home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 June / PCWJUN05A.iso / Software / Freeware / Money Manager v2 / mmgr_setup.exe / {app} / 2.0.0.0 / SourceGrid2.xml < prev    next >
Extensible Markup Language  |  2004-08-08  |  340KB  |  7,387 lines

  1. <?xml version="1.0"?>
  2. <doc>
  3.     <assembly>
  4.         <name>SourceGrid2</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:SourceGrid2.BehaviorModels.BehaviorModelCollection">
  8.             <summary>
  9.             A collection of elements of type IBehaviorModel
  10.             </summary>
  11.         </member>
  12.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.#ctor">
  13.             <summary>
  14.             Initializes a new empty instance of the BehaviorModelCollection class.
  15.             </summary>
  16.         </member>
  17.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.#ctor(SourceGrid2.BehaviorModels.IBehaviorModel[])">
  18.             <summary>
  19.             Initializes a new instance of the BehaviorModelCollection class, containing elements
  20.             copied from an array.
  21.             </summary>
  22.             <param name="items">
  23.             The array whose elements are to be added to the new BehaviorModelCollection.
  24.             </param>
  25.         </member>
  26.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.#ctor(SourceGrid2.BehaviorModels.BehaviorModelCollection)">
  27.             <summary>
  28.             Initializes a new instance of the BehaviorModelCollection class, containing elements
  29.             copied from another instance of BehaviorModelCollection
  30.             </summary>
  31.             <param name="items">
  32.             The BehaviorModelCollection whose elements are to be added to the new BehaviorModelCollection.
  33.             </param>
  34.         </member>
  35.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.AddRange(SourceGrid2.BehaviorModels.IBehaviorModel[])">
  36.             <summary>
  37.             Adds the elements of an array to the end of this BehaviorModelCollection.
  38.             </summary>
  39.             <param name="items">
  40.             The array whose elements are to be added to the end of this BehaviorModelCollection.
  41.             </param>
  42.         </member>
  43.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.AddRange(SourceGrid2.BehaviorModels.BehaviorModelCollection)">
  44.             <summary>
  45.             Adds the elements of another BehaviorModelCollection to the end of this BehaviorModelCollection.
  46.             </summary>
  47.             <param name="items">
  48.             The BehaviorModelCollection whose elements are to be added to the end of this BehaviorModelCollection.
  49.             </param>
  50.         </member>
  51.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Add(SourceGrid2.BehaviorModels.IBehaviorModel)">
  52.             <summary>
  53.             Adds an instance of type IBehaviorModel to the end of this BehaviorModelCollection. If null the item is not added
  54.             </summary>
  55.             <param name="value">
  56.             The IBehaviorModel to be added to the end of this BehaviorModelCollection.
  57.             </param>
  58.         </member>
  59.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Contains(SourceGrid2.BehaviorModels.IBehaviorModel)">
  60.             <summary>
  61.             Determines whether a specfic IBehaviorModel value is in this BehaviorModelCollection.
  62.             </summary>
  63.             <param name="value">
  64.             The IBehaviorModel value to locate in this BehaviorModelCollection.
  65.             </param>
  66.             <returns>
  67.             true if value is found in this BehaviorModelCollection;
  68.             false otherwise.
  69.             </returns>
  70.         </member>
  71.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.IndexOf(SourceGrid2.BehaviorModels.IBehaviorModel)">
  72.             <summary>
  73.             Return the zero-based index of the first occurrence of a specific value
  74.             in this BehaviorModelCollection
  75.             </summary>
  76.             <param name="value">
  77.             The IBehaviorModel value to locate in the BehaviorModelCollection.
  78.             </param>
  79.             <returns>
  80.             The zero-based index of the first occurrence of the _ELEMENT value if found;
  81.             -1 otherwise.
  82.             </returns>
  83.         </member>
  84.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Insert(System.Int32,SourceGrid2.BehaviorModels.IBehaviorModel)">
  85.             <summary>
  86.             Inserts an element into the BehaviorModelCollection at the specified index
  87.             </summary>
  88.             <param name="index">
  89.             The index at which the IBehaviorModel is to be inserted.
  90.             </param>
  91.             <param name="value">
  92.             The IBehaviorModel to insert.
  93.             </param>
  94.         </member>
  95.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Remove(SourceGrid2.BehaviorModels.IBehaviorModel)">
  96.             <summary>
  97.             Removes the first occurrence of a specific IBehaviorModel from this BehaviorModelCollection.
  98.             </summary>
  99.             <param name="value">
  100.             The IBehaviorModel value to remove from this BehaviorModelCollection.
  101.             </param>
  102.         </member>
  103.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.GetEnumerator">
  104.             <summary>
  105.             Returns an enumerator that can iterate through the elements of this BehaviorModelCollection.
  106.             </summary>
  107.             <returns>
  108.             An object that implements System.Collections.IEnumerator.
  109.             </returns>        
  110.         </member>
  111.         <member name="P:SourceGrid2.BehaviorModels.BehaviorModelCollection.Item(System.Int32)">
  112.             <summary>
  113.             Gets or sets the IBehaviorModel at the given index in this BehaviorModelCollection.
  114.             </summary>
  115.         </member>
  116.         <member name="T:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator">
  117.             <summary>
  118.             Type-specific enumeration class, used by BehaviorModelCollection.GetEnumerator.
  119.             </summary>
  120.         </member>
  121.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator.#ctor(SourceGrid2.BehaviorModels.BehaviorModelCollection)">
  122.             <summary>
  123.             Constructor
  124.             </summary>
  125.             <param name="collection"></param>
  126.         </member>
  127.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator.MoveNext">
  128.             <summary>
  129.             
  130.             </summary>
  131.             <returns></returns>
  132.         </member>
  133.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator.Reset">
  134.             <summary>
  135.             
  136.             </summary>
  137.         </member>
  138.         <member name="P:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator.Current">
  139.             <summary>
  140.             
  141.             </summary>
  142.         </member>
  143.         <member name="P:SourceGrid2.BehaviorModels.BehaviorModelCollection.Enumerator.System#Collections#IEnumerator#Current">
  144.             <summary>
  145.             
  146.             </summary>
  147.         </member>
  148.         <member name="T:SourceGrid2.BehaviorModels.BehaviorModelGroup">
  149.             <summary>
  150.             A behavior model with a collection of children model (SubModels). Can be used to nest a list of model.
  151.             </summary>
  152.         </member>
  153.         <member name="T:SourceGrid2.BehaviorModels.IBehaviorModel">
  154.             <summary>
  155.             Represents a behavior of a cell.
  156.             </summary>
  157.         </member>
  158.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnContextMenuPopUp(SourceGrid2.PositionContextMenuEventArgs)">
  159.             <summary>
  160.             Fired when a context menu is showed
  161.             </summary>
  162.             <param name="e"></param>
  163.         </member>
  164.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnMouseDown(SourceGrid2.PositionMouseEventArgs)">
  165.             <summary>
  166.             
  167.             </summary>
  168.             <param name="e"></param>
  169.         </member>
  170.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnMouseUp(SourceGrid2.PositionMouseEventArgs)">
  171.             <summary>
  172.             
  173.             </summary>
  174.             <param name="e"></param>
  175.         </member>
  176.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnMouseMove(SourceGrid2.PositionMouseEventArgs)">
  177.             <summary>
  178.             
  179.             </summary>
  180.             <param name="e"></param>
  181.         </member>
  182.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnMouseEnter(SourceGrid2.PositionEventArgs)">
  183.             <summary>
  184.             
  185.             </summary>
  186.             <param name="e"></param>
  187.         </member>
  188.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnMouseLeave(SourceGrid2.PositionEventArgs)">
  189.             <summary>
  190.             
  191.             </summary>
  192.             <param name="e"></param>
  193.         </member>
  194.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnKeyUp(SourceGrid2.PositionKeyEventArgs)">
  195.             <summary>
  196.             
  197.             </summary>
  198.             <param name="e"></param>
  199.         </member>
  200.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnKeyDown(SourceGrid2.PositionKeyEventArgs)">
  201.             <summary>
  202.             
  203.             </summary>
  204.             <param name="e"></param>
  205.         </member>
  206.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnKeyPress(SourceGrid2.PositionKeyPressEventArgs)">
  207.             <summary>
  208.             
  209.             </summary>
  210.             <param name="e"></param>
  211.         </member>
  212.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnDoubleClick(SourceGrid2.PositionEventArgs)">
  213.             <summary>
  214.             
  215.             </summary>
  216.             <param name="e"></param>
  217.         </member>
  218.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnClick(SourceGrid2.PositionEventArgs)">
  219.             <summary>
  220.             
  221.             </summary>
  222.             <param name="e"></param>
  223.         </member>
  224.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnFocusLeaving(SourceGrid2.PositionCancelEventArgs)">
  225.             <summary>
  226.             Fired before the cell leave the focus, you can put the e.Cancel = true to cancel the leave operation.
  227.             </summary>
  228.             <param name="e"></param>
  229.         </member>
  230.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnFocusLeft(SourceGrid2.PositionEventArgs)">
  231.             <summary>
  232.             Fired when the cell has left the focus.
  233.             </summary>
  234.             <param name="e"></param>
  235.         </member>
  236.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnFocusEntering(SourceGrid2.PositionCancelEventArgs)">
  237.             <summary>
  238.             Fired when the focus is entering in the specified cell. You can put the e.Cancel = true to cancel the focus operation.
  239.             </summary>
  240.             <param name="e"></param>
  241.         </member>
  242.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnFocusEntered(SourceGrid2.PositionEventArgs)">
  243.             <summary>
  244.             Fired when the focus enter in the specified cell.
  245.             </summary>
  246.             <param name="e"></param>
  247.         </member>
  248.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnValueChanged(SourceGrid2.PositionEventArgs)">
  249.             <summary>
  250.             Fired when the SetValue method is called.
  251.             </summary>
  252.             <param name="e"></param>
  253.         </member>
  254.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnEditStarting(SourceGrid2.PositionCancelEventArgs)">
  255.             <summary>
  256.             Fired when the StartEdit is called. You can set the Cancel = true to stop editing.
  257.             </summary>
  258.             <param name="e"></param>
  259.         </member>
  260.         <member name="M:SourceGrid2.BehaviorModels.IBehaviorModel.OnEditEnded(SourceGrid2.PositionCancelEventArgs)">
  261.             <summary>
  262.             Fired when the EndEdit is called. You can read the Cancel property to determine if the edit is completed. If you change the cancel property there is no effect.
  263.             </summary>
  264.             <param name="e"></param>
  265.         </member>
  266.         <member name="P:SourceGrid2.BehaviorModels.IBehaviorModel.CanReceiveFocus">
  267.             <summary>
  268.             Returns true if the current cell can receive the focus. If only one behavior return false the return value is false.
  269.             </summary>
  270.         </member>
  271.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnContextMenuPopUp(SourceGrid2.PositionContextMenuEventArgs)">
  272.             <summary>
  273.             
  274.             </summary>
  275.             <param name="e"></param>
  276.         </member>
  277.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnMouseDown(SourceGrid2.PositionMouseEventArgs)">
  278.             <summary>
  279.             
  280.             </summary>
  281.             <param name="e"></param>
  282.         </member>
  283.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnMouseUp(SourceGrid2.PositionMouseEventArgs)">
  284.             <summary>
  285.             
  286.             </summary>
  287.             <param name="e"></param>
  288.         </member>
  289.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnMouseMove(SourceGrid2.PositionMouseEventArgs)">
  290.             <summary>
  291.             
  292.             </summary>
  293.             <param name="e"></param>
  294.         </member>
  295.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnMouseEnter(SourceGrid2.PositionEventArgs)">
  296.             <summary>
  297.             
  298.             </summary>
  299.             <param name="e"></param>
  300.         </member>
  301.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnMouseLeave(SourceGrid2.PositionEventArgs)">
  302.             <summary>
  303.             
  304.             </summary>
  305.             <param name="e"></param>
  306.         </member>
  307.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnDoubleClick(SourceGrid2.PositionEventArgs)">
  308.             <summary>
  309.             
  310.             </summary>
  311.             <param name="e"></param>
  312.         </member>
  313.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnKeyUp(SourceGrid2.PositionKeyEventArgs)">
  314.             <summary>
  315.             
  316.             </summary>
  317.             <param name="e"></param>
  318.         </member>
  319.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnKeyDown(SourceGrid2.PositionKeyEventArgs)">
  320.             <summary>
  321.             
  322.             </summary>
  323.             <param name="e"></param>
  324.         </member>
  325.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnKeyPress(SourceGrid2.PositionKeyPressEventArgs)">
  326.             <summary>
  327.             
  328.             </summary>
  329.             <param name="e"></param>
  330.         </member>
  331.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnClick(SourceGrid2.PositionEventArgs)">
  332.             <summary>
  333.             
  334.             </summary>
  335.             <param name="e"></param>
  336.         </member>
  337.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnFocusLeaving(SourceGrid2.PositionCancelEventArgs)">
  338.             <summary>
  339.             
  340.             </summary>
  341.             <param name="e"></param>
  342.         </member>
  343.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnFocusLeft(SourceGrid2.PositionEventArgs)">
  344.             <summary>
  345.             
  346.             </summary>
  347.             <param name="e"></param>
  348.         </member>
  349.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnFocusEntering(SourceGrid2.PositionCancelEventArgs)">
  350.             <summary>
  351.             
  352.             </summary>
  353.             <param name="e"></param>
  354.         </member>
  355.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnFocusEntered(SourceGrid2.PositionEventArgs)">
  356.             <summary>
  357.             
  358.             </summary>
  359.             <param name="e"></param>
  360.         </member>
  361.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnValueChanged(SourceGrid2.PositionEventArgs)">
  362.             <summary>
  363.             
  364.             </summary>
  365.             <param name="e"></param>
  366.         </member>
  367.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnEditStarting(SourceGrid2.PositionCancelEventArgs)">
  368.             <summary>
  369.             
  370.             </summary>
  371.             <param name="e"></param>
  372.         </member>
  373.         <member name="M:SourceGrid2.BehaviorModels.BehaviorModelGroup.OnEditEnded(SourceGrid2.PositionCancelEventArgs)">
  374.             <summary>
  375.             
  376.             </summary>
  377.             <param name="e"></param>
  378.         </member>
  379.         <member name="P:SourceGrid2.BehaviorModels.BehaviorModelGroup.SubModels">
  380.             <summary>
  381.             SubModels. Populate this list of Behavior to create a 'tree' of BehaviorModel.
  382.             </summary>
  383.         </member>
  384.         <member name="P:SourceGrid2.BehaviorModels.BehaviorModelGroup.CanReceiveFocus">
  385.             <summary>
  386.             True if the cell can have the focus otherwise false. This method simply call BehaviorModel.CanReceiveFocus.
  387.             </summary>
  388.         </member>
  389.         <member name="T:SourceGrid2.BehaviorModels.BindProperty">
  390.             <summary>
  391.             Summary description for BindProperty.
  392.             </summary>
  393.         </member>
  394.         <member name="M:SourceGrid2.BehaviorModels.BindProperty.#ctor(System.Reflection.PropertyInfo,System.Object)">
  395.             <summary>
  396.             Constructor
  397.             </summary>
  398.             <param name="p_Property">Property of the object that you want to lint to the cell. When the value of the cell changed this behavior call automatically this property.</param>
  399.             <param name="p_LinkObject">Instance of the object to link</param>
  400.         </member>
  401.         <member name="M:SourceGrid2.BehaviorModels.BindProperty.OnValueChanged(SourceGrid2.PositionEventArgs)">
  402.             <summary>
  403.             OnValueChanged
  404.             </summary>
  405.             <param name="e"></param>
  406.         </member>
  407.         <member name="M:SourceGrid2.BehaviorModels.BindProperty.BindValueAtProperty(System.Reflection.PropertyInfo,System.Object)">
  408.             <summary>
  409.             Bind the cell's value with the property p_Property of the object p_LinkObject
  410.             when the cell's value change also the property change
  411.             </summary>
  412.             <param name="p_Property">linked property</param>
  413.             <param name="p_LinkObject">Can be null to call static property</param>
  414.         </member>
  415.         <member name="M:SourceGrid2.BehaviorModels.BindProperty.UnBindValueAtProperty">
  416.             <summary>
  417.             UnBind the cell with the property
  418.             </summary>
  419.         </member>
  420.         <member name="T:SourceGrid2.BehaviorModels.Button">
  421.             <summary>
  422.             A behavior that invalidate the cell when the user click on it and make the cell unselectable. This behavior can be shared between multiple cells.
  423.             </summary>
  424.         </member>
  425.         <member name="F:SourceGrid2.BehaviorModels.Button.Default">
  426.             <summary>
  427.             Default implementation.
  428.             </summary>
  429.         </member>
  430.         <member name="M:SourceGrid2.BehaviorModels.Button.#ctor">
  431.             <summary>
  432.             Constructor
  433.             </summary>
  434.         </member>
  435.         <member name="M:SourceGrid2.BehaviorModels.Button.#ctor(SourceGrid2.BehaviorModels.IBehaviorModel)">
  436.             <summary>
  437.             Constructor
  438.             </summary>
  439.             <param name="p_BehaviorUnselectable"></param>
  440.         </member>
  441.         <member name="M:SourceGrid2.BehaviorModels.Button.OnMouseDown(SourceGrid2.PositionMouseEventArgs)">
  442.             <summary>
  443.             
  444.             </summary>
  445.             <param name="e"></param>
  446.         </member>
  447.         <member name="M:SourceGrid2.BehaviorModels.Button.OnMouseUp(SourceGrid2.PositionMouseEventArgs)">
  448.             <summary>
  449.             
  450.             </summary>
  451.             <param name="e"></param>
  452.         </member>
  453.         <member name="T:SourceGrid2.BehaviorModels.CheckBox">
  454.             <summary>
  455.             Summary description for BehaviorModelCheckBox. This behavior can be shared between multiple cells.
  456.             </summary>
  457.         </member>
  458.         <member name="F:SourceGrid2.BehaviorModels.CheckBox.Default">
  459.             <summary>
  460.             Default behavior checkbox
  461.             </summary>
  462.         </member>
  463.         <member name="M:SourceGrid2.BehaviorModels.CheckBox.#ctor">
  464.             <summary>
  465.             Constructor
  466.             </summary>
  467.         </member>
  468.         <member name="M:SourceGrid2.BehaviorModels.CheckBox.#ctor(System.Boolean)">
  469.             <summary>
  470.             Constructor
  471.             </summary>
  472.             <param name="p_bAutoChangeValueOfSelectedCells">Indicates if this cells when checked or uncheck must change also the value of the selected cells of type CellCheckBox.</param>
  473.         </member>
  474.         <member name="M:SourceGrid2.BehaviorModels.CheckBox.UIChangeChecked(SourceGrid2.PositionEventArgs)">
  475.             <summary>
  476.             Toggle the value of the current cell and if AutoChangeValueOfSelectedCells is true of all the selected cells
  477.             </summary>
  478.             <param name="e"></param>
  479.         </member>
  480.         <member name="P:SourceGrid2.BehaviorModels.CheckBox.AutoChangeValueOfSelectedCells">
  481.             <summary>
  482.             Indicates if this cells when checked or uncheck must change also the value of the selected cells of type CellCheckBox. Default is false
  483.             </summary>
  484.         </member>
  485.         <member name="T:SourceGrid2.BehaviorModels.ColumnHeader">
  486.             <summary>
  487.             A behavior that support sort and resize. Once created cannot be modified. When calculated automatically the range to sort is all the grid range without the rows minor of the current row and the range header is all the grid range with the rows minor or equal of the current row
  488.             </summary>
  489.         </member>
  490.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.Default">
  491.             <summary>
  492.             Column header behavior with sort and resize support, same as SortResizeHeader.
  493.             </summary>
  494.         </member>
  495.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.SortHeader">
  496.             <summary>
  497.             Column header behavior with sort support
  498.             </summary>
  499.         </member>
  500.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.ResizeHeader">
  501.             <summary>
  502.             Column header behavior with resize support
  503.             </summary>
  504.         </member>
  505.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.SortResizeHeader">
  506.             <summary>
  507.             Column header behavior with sort and resize support
  508.             </summary>
  509.         </member>
  510.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.NoSortNoResizeHeader">
  511.             <summary>
  512.             Column header behavior without sort and without resize support.
  513.             </summary>
  514.         </member>
  515.         <member name="M:SourceGrid2.BehaviorModels.ColumnHeader.#cctor">
  516.             <summary>
  517.             Static constructor
  518.             </summary>
  519.         </member>
  520.         <member name="M:SourceGrid2.BehaviorModels.ColumnHeader.#ctor(System.Boolean)">
  521.             <summary>
  522.             Constructor
  523.             </summary>
  524.             <param name="p_EnableSort"></param>
  525.         </member>
  526.         <member name="M:SourceGrid2.BehaviorModels.ColumnHeader.#ctor(System.Boolean,SourceGrid2.IRangeLoader,SourceGrid2.IRangeLoader,SourceGrid2.BehaviorModels.Resize,SourceGrid2.BehaviorModels.IBehaviorModel)">
  527.             <summary>
  528.             Constructor
  529.             </summary>
  530.             <param name="p_EnableSort">True to enable sort, otherwise false.</param>
  531.             <param name="p_RangeToSort">If null and p_EnableSort is true then the range is automatically calculated.</param>
  532.             <param name="p_HeaderRange">If null and p_EnableSort is true then the range is automatically calculated.</param>
  533.             <param name="p_BehaviorResize"></param>
  534.             <param name="p_BehaviorButton"></param>
  535.         </member>
  536.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.m_RangeToSort">
  537.             <summary>
  538.             Range to sort
  539.             </summary>
  540.         </member>
  541.         <member name="F:SourceGrid2.BehaviorModels.ColumnHeader.m_HeaderRange">
  542.             <summary>
  543.             Header range (can be null).
  544.             </summary>
  545.         </member>
  546.         <member name="M:SourceGrid2.BehaviorModels.ColumnHeader.IsSortEnable(SourceGrid2.PositionEventArgs)">
  547.             <summary>
  548.             Indicates if for the specified cell the sort is enabled.
  549.             </summary>
  550.             <param name="e"></param>
  551.             <returns></returns>
  552.         </member>
  553.         <member name="M:SourceGrid2.BehaviorModels.ColumnHeader.SortColumn(SourceGrid2.PositionEventArgs,System.Boolean,System.Collections.IComparer)">
  554.             <summary>
  555.             Sort the current column. If the range contains all the columns this method move directly the row object otherwise move each cell.
  556.             </summary>
  557.             <param name="e"></param>
  558.             <param name="p_bAscending"></param>
  559.             <param name="p_Comparer"></param>
  560.         </member>
  561.         <member name="P:SourceGrid2.BehaviorModels.ColumnHeader.RangeToSort">
  562.             <summary>
  563.             Range to sort. If null and EnableSort is true the range is automatically calculated.
  564.             </summary>
  565.         </member>
  566.         <member name="P:SourceGrid2.BehaviorModels.ColumnHeader.RangeHeader">
  567.             <summary>
  568.             Header range. If null and EnableSort is true the range is automatically calculated.
  569.             </summary>
  570.         </member>
  571.         <member name="P:SourceGrid2.BehaviorModels.ColumnHeader.EnableSort">
  572.             <summary>
  573.             True to enable sort otherwise false. Default is true.
  574.             </summary>
  575.         </member>
  576.         <member name="T:SourceGrid2.BehaviorModels.Common">
  577.             <summary>
  578.             Common behavior of the cell. This behavior can be shared between multiple cells.
  579.             </summary>
  580.         </member>
  581.         <member name="F:SourceGrid2.BehaviorModels.Common.Default">
  582.             <summary>
  583.             The default behavior of a cell.
  584.             </summary>
  585.         </member>
  586.         <member name="M:SourceGrid2.BehaviorModels.Common.OnKeyDown(SourceGrid2.PositionKeyEventArgs)">
  587.             <summary>
  588.             
  589.             </summary>
  590.             <param name="e"></param>
  591.         </member>
  592.         <member name="M:SourceGrid2.BehaviorModels.Common.OnKeyPress(SourceGrid2.PositionKeyPressEventArgs)">
  593.             <summary>
  594.             
  595.             </summary>
  596.             <param name="e"></param>
  597.         </member>
  598.         <member name="M:SourceGrid2.BehaviorModels.Common.OnDoubleClick(SourceGrid2.PositionEventArgs)">
  599.             <summary>
  600.             
  601.             </summary>
  602.             <param name="e"></param>
  603.         </member>
  604.         <member name="M:SourceGrid2.BehaviorModels.Common.OnClick(SourceGrid2.PositionEventArgs)">
  605.             <summary>
  606.             
  607.             </summary>
  608.             <param name="e"></param>
  609.         </member>
  610.         <member name="M:SourceGrid2.BehaviorModels.Common.OnFocusEntered(SourceGrid2.PositionEventArgs)">
  611.             <summary>
  612.             
  613.             </summary>
  614.             <param name="e"></param>
  615.         </member>
  616.         <member name="M:SourceGrid2.BehaviorModels.Common.OnFocusLeft(SourceGrid2.PositionEventArgs)">
  617.             <summary>
  618.             
  619.             </summary>
  620.             <param name="e"></param>
  621.         </member>
  622.         <member name="M:SourceGrid2.BehaviorModels.Common.OnValueChanged(SourceGrid2.PositionEventArgs)">
  623.             <summary>
  624.             Fired when the SetValue method is called.
  625.             </summary>
  626.             <param name="e"></param>
  627.         </member>
  628.         <member name="M:SourceGrid2.BehaviorModels.Common.OnEditEnded(SourceGrid2.PositionCancelEventArgs)">
  629.             <summary>
  630.             Fired when editing is ended
  631.             </summary>
  632.             <param name="e"></param>
  633.         </member>
  634.         <member name="T:SourceGrid2.BehaviorModels.ContextMenu">
  635.             <summary>
  636.             Allow to customize the contextmenu of a cell. This class read the contextmenu from the ICellContextMenu.GetContextMenu.  This behavior can be shared between multiple cells.
  637.             </summary>
  638.         </member>
  639.         <member name="F:SourceGrid2.BehaviorModels.ContextMenu.Default">
  640.             <summary>
  641.             Default tooltiptext
  642.             </summary>
  643.         </member>
  644.         <member name="T:SourceGrid2.BehaviorModels.Cursor">
  645.             <summary>
  646.             Allow to customize the cursor of a cell. The cell must implement ICellCursor. This behavior can be shared between multiple cells.
  647.             </summary>
  648.         </member>
  649.         <member name="M:SourceGrid2.BehaviorModels.Cursor.ApplyCursor(SourceGrid2.PositionEventArgs)">
  650.             <summary>
  651.             Change the cursor with the cursor of the cell
  652.             </summary>
  653.             <param name="e"></param>
  654.         </member>
  655.         <member name="M:SourceGrid2.BehaviorModels.Cursor.ResetCursor(SourceGrid2.PositionEventArgs)">
  656.             <summary>
  657.             Reset the original cursor
  658.             </summary>
  659.             <param name="e"></param>
  660.         </member>
  661.         <member name="T:SourceGrid2.BehaviorModels.CustomEvents">
  662.             <summary>
  663.             Summary description for BehaviorModelEvent.
  664.             </summary>
  665.         </member>
  666.         <member name="T:SourceGrid2.BehaviorModels.Header">
  667.             <summary>
  668.             Summary description for Header.
  669.             </summary>
  670.         </member>
  671.         <member name="F:SourceGrid2.BehaviorModels.Header.Default">
  672.             <summary>
  673.             Default column header behavior
  674.             </summary>
  675.         </member>
  676.         <member name="M:SourceGrid2.BehaviorModels.Header.#ctor">
  677.             <summary>
  678.             Constructor
  679.             </summary>
  680.         </member>
  681.         <member name="M:SourceGrid2.BehaviorModels.Header.#ctor(SourceGrid2.BehaviorModels.Resize,SourceGrid2.BehaviorModels.Button)">
  682.             <summary>
  683.             Constructor
  684.             </summary>
  685.             <param name="p_BehaviorResize"></param>
  686.             <param name="p_BehaviorButton"></param>
  687.         </member>
  688.         <member name="T:SourceGrid2.BehaviorModels.Resize">
  689.             <summary>
  690.             Implement the mouse resize features of a cell. This behavior can be shared between multiple cells.
  691.             </summary>
  692.         </member>
  693.         <member name="F:SourceGrid2.BehaviorModels.Resize.ResizeBoth">
  694.             <summary>
  695.             Resize both width nd height behavior
  696.             </summary>
  697.         </member>
  698.         <member name="F:SourceGrid2.BehaviorModels.Resize.ResizeWidth">
  699.             <summary>
  700.             Resize width behavior
  701.             </summary>
  702.         </member>
  703.         <member name="F:SourceGrid2.BehaviorModels.Resize.ResizeHeight">
  704.             <summary>
  705.             Resize height behavior
  706.             </summary>
  707.         </member>
  708.         <member name="M:SourceGrid2.BehaviorModels.Resize.#ctor(SourceGrid2.CellResizeMode)">
  709.             <summary>
  710.             Constructor
  711.             </summary>
  712.             <param name="p_Mode"></param>
  713.         </member>
  714.         <member name="M:SourceGrid2.BehaviorModels.Resize.IsInResizeHorRegion(System.Drawing.Rectangle,System.Drawing.Point)">
  715.             <summary>
  716.             
  717.             </summary>
  718.             <param name="p_CellRectangle">A grid relative rectangle</param>
  719.             <param name="p"></param>
  720.             <returns></returns>
  721.         </member>
  722.         <member name="M:SourceGrid2.BehaviorModels.Resize.IsInResizeVerRegion(System.Drawing.Rectangle,System.Drawing.Point)">
  723.             <summary>
  724.             
  725.             </summary>
  726.             <param name="p_CellRectangle">A grid relative rectangle</param>
  727.             <param name="p"></param>
  728.             <returns></returns>
  729.         </member>
  730.         <member name="P:SourceGrid2.BehaviorModels.Resize.ResizeMode">
  731.             <summary>
  732.             Resize mode of the cell
  733.             </summary>
  734.         </member>
  735.         <member name="P:SourceGrid2.BehaviorModels.Resize.IsWidthResizing">
  736.             <summary>
  737.             Indicates if the behavior is currently resizing a cell width
  738.             </summary>
  739.         </member>
  740.         <member name="P:SourceGrid2.BehaviorModels.Resize.IsHeightResizing">
  741.             <summary>
  742.             Indicates if the behavior is currently resizing a cell height
  743.             </summary>
  744.         </member>
  745.         <member name="T:SourceGrid2.BehaviorModels.RowHeader">
  746.             <summary>
  747.             Summary description for BehaviorModelRowHeader.
  748.             </summary>
  749.         </member>
  750.         <member name="F:SourceGrid2.BehaviorModels.RowHeader.Default">
  751.             <summary>
  752.             Default Row Header
  753.             </summary>
  754.         </member>
  755.         <member name="M:SourceGrid2.BehaviorModels.RowHeader.#ctor">
  756.             <summary>
  757.             Constructor
  758.             </summary>
  759.         </member>
  760.         <member name="M:SourceGrid2.BehaviorModels.RowHeader.#ctor(SourceGrid2.BehaviorModels.Resize,SourceGrid2.BehaviorModels.IBehaviorModel)">
  761.             <summary>
  762.             Constructor
  763.             </summary>
  764.             <param name="p_BehaviorResize"></param>
  765.             <param name="p_BehaviorButton"></param>
  766.         </member>
  767.         <member name="T:SourceGrid2.BehaviorModels.ToolTipText">
  768.             <summary>
  769.             Allow to customize the tooltiptext of a cell. This class read the tooltiptext from the ICellToolTipText.GetToolTipText.  This behavior can be shared between multiple cells.
  770.             </summary>
  771.         </member>
  772.         <member name="F:SourceGrid2.BehaviorModels.ToolTipText.Default">
  773.             <summary>
  774.             Default tooltiptext
  775.             </summary>
  776.         </member>
  777.         <member name="M:SourceGrid2.BehaviorModels.ToolTipText.ApplyToolTipText(SourceGrid2.PositionEventArgs)">
  778.             <summary>
  779.             Change the cursor with the cursor of the cell
  780.             </summary>
  781.             <param name="e"></param>
  782.         </member>
  783.         <member name="M:SourceGrid2.BehaviorModels.ToolTipText.ResetToolTipText(SourceGrid2.PositionEventArgs)">
  784.             <summary>
  785.             Reset the original cursor
  786.             </summary>
  787.             <param name="e"></param>
  788.         </member>
  789.         <member name="T:SourceGrid2.BehaviorModels.Unselectable">
  790.             <summary>
  791.             Implements a behavior that cannot receive the focus. This behavior can be shared between multiple cells.
  792.             </summary>
  793.         </member>
  794.         <member name="T:SourceGrid2.Cells.Virtual.Button">
  795.             <summary>
  796.             A cell that rappresent a button 
  797.             </summary>
  798.         </member>
  799.         <member name="T:SourceGrid2.Cells.Virtual.CellVirtual">
  800.             <summary>
  801.             Represents a CellVirtual in a grid.
  802.             </summary>
  803.         </member>
  804.         <member name="T:SourceGrid2.Cells.ICellVirtual">
  805.             <summary>
  806.             Interface to represents a cell virtual (without position or value information).
  807.             </summary>
  808.         </member>
  809.         <member name="M:SourceGrid2.Cells.ICellVirtual.BindToGrid(SourceGrid2.GridVirtual)">
  810.             <summary>
  811.             Link the cell at the specified grid.
  812.             </summary>
  813.             <param name="p_grid"></param>
  814.         </member>
  815.         <member name="M:SourceGrid2.Cells.ICellVirtual.UnBindToGrid">
  816.             <summary>
  817.             Remove the link of the cell from the previous grid.
  818.             </summary>
  819.         </member>
  820.         <member name="M:SourceGrid2.Cells.ICellVirtual.GetValue(SourceGrid2.Position)">
  821.             <summary>
  822.             Get the value of the cell at the specified position
  823.             </summary>
  824.             <param name="p_Position"></param>
  825.             <returns></returns>
  826.         </member>
  827.         <member name="M:SourceGrid2.Cells.ICellVirtual.SetValue(SourceGrid2.Position,System.Object)">
  828.             <summary>
  829.             Set the value of the cell at the specified position. This method must call OnValueChanged() event.
  830.             </summary>
  831.             <param name="p_Position"></param>
  832.             <param name="p_Value"></param>
  833.         </member>
  834.         <member name="M:SourceGrid2.Cells.ICellVirtual.GetDisplayText(SourceGrid2.Position)">
  835.             <summary>
  836.             The string representation of the Cell.GetValue method (default Value.ToString())
  837.             </summary>
  838.             <param name="p_Position"></param>
  839.             <returns></returns>
  840.         </member>
  841.         <member name="M:SourceGrid2.Cells.ICellVirtual.Measure(SourceGrid2.Position,System.Drawing.Graphics,System.Drawing.SizeF)">
  842.             <summary>
  843.             If the cell is not linked to a grid the result is not accurate (Font can be null). Call InternalGetRequiredSize with RowSpan and ColSpan = 1.
  844.             </summary>
  845.             <param name="p_Position">Position of the current cell</param>
  846.             <param name="g"></param>
  847.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  848.             <returns></returns>
  849.         </member>
  850.         <member name="M:SourceGrid2.Cells.ICellVirtual.StartEdit(SourceGrid2.Position,System.Object)">
  851.             <summary>
  852.             Start the edit operation with the current editor specified in the Model property.
  853.             </summary>
  854.             <param name="p_Position"></param>
  855.             <param name="p_NewStartEditValue">The value that the editor receive. Null to use the Value of the Cell.</param>
  856.         </member>
  857.         <member name="M:SourceGrid2.Cells.ICellVirtual.EndEdit(System.Boolean)">
  858.             <summary>
  859.             Terminate the edit operation
  860.             </summary>
  861.             <param name="p_bCancel">If true undo all the changes</param>
  862.             <returns>Returns true if the edit operation is successfully terminated, otherwise false</returns>
  863.         </member>
  864.         <member name="M:SourceGrid2.Cells.ICellVirtual.IsEditing(SourceGrid2.Position)">
  865.             <summary>
  866.             True if this cell is currently in edit state, otherwise false.
  867.             </summary>
  868.             <param name="p_Position"></param>
  869.             <returns></returns>
  870.         </member>
  871.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnContextMenuPopUp(SourceGrid2.PositionContextMenuEventArgs)">
  872.             <summary>
  873.             Fired when a context menu is showed
  874.             </summary>
  875.             <param name="e"></param>
  876.         </member>
  877.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnMouseDown(SourceGrid2.PositionMouseEventArgs)">
  878.             <summary>
  879.             
  880.             </summary>
  881.             <param name="e"></param>
  882.         </member>
  883.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnMouseUp(SourceGrid2.PositionMouseEventArgs)">
  884.             <summary>
  885.             
  886.             </summary>
  887.             <param name="e"></param>
  888.         </member>
  889.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnMouseMove(SourceGrid2.PositionMouseEventArgs)">
  890.             <summary>
  891.             
  892.             </summary>
  893.             <param name="e"></param>
  894.         </member>
  895.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnMouseEnter(SourceGrid2.PositionEventArgs)">
  896.             <summary>
  897.             
  898.             </summary>
  899.             <param name="e"></param>
  900.         </member>
  901.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnMouseLeave(SourceGrid2.PositionEventArgs)">
  902.             <summary>
  903.             
  904.             </summary>
  905.             <param name="e"></param>
  906.         </member>
  907.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnKeyUp(SourceGrid2.PositionKeyEventArgs)">
  908.             <summary>
  909.             
  910.             </summary>
  911.             <param name="e"></param>
  912.         </member>
  913.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnKeyDown(SourceGrid2.PositionKeyEventArgs)">
  914.             <summary>
  915.             
  916.             </summary>
  917.             <param name="e"></param>
  918.         </member>
  919.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnKeyPress(SourceGrid2.PositionKeyPressEventArgs)">
  920.             <summary>
  921.             
  922.             </summary>
  923.             <param name="e"></param>
  924.         </member>
  925.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnDoubleClick(SourceGrid2.PositionEventArgs)">
  926.             <summary>
  927.             
  928.             </summary>
  929.             <param name="e"></param>
  930.         </member>
  931.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnClick(SourceGrid2.PositionEventArgs)">
  932.             <summary>
  933.             
  934.             </summary>
  935.             <param name="e"></param>
  936.         </member>
  937.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnFocusLeaving(SourceGrid2.PositionCancelEventArgs)">
  938.             <summary>
  939.             Fired before the cell leave the focus, you can put the e.Cancel = true to cancel the leave operation.
  940.             </summary>
  941.             <param name="e"></param>
  942.         </member>
  943.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnFocusLeft(SourceGrid2.PositionEventArgs)">
  944.             <summary>
  945.             Fired when the cell has left the focus.
  946.             </summary>
  947.             <param name="e"></param>
  948.         </member>
  949.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnFocusEntering(SourceGrid2.PositionCancelEventArgs)">
  950.             <summary>
  951.             Fired when the focus is entering in the specified cell. You can put the e.Cancel = true to cancel the focus operation.
  952.             </summary>
  953.             <param name="e"></param>
  954.         </member>
  955.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnFocusEntered(SourceGrid2.PositionEventArgs)">
  956.             <summary>
  957.             Fired when the focus enter in the specified cell.
  958.             </summary>
  959.             <param name="e"></param>
  960.         </member>
  961.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnValueChanged(SourceGrid2.PositionEventArgs)">
  962.             <summary>
  963.             Fired when the SetValue method is called.
  964.             </summary>
  965.             <param name="e"></param>
  966.         </member>
  967.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnEditStarting(SourceGrid2.PositionCancelEventArgs)">
  968.             <summary>
  969.             Fired when the StartEdit is called. You can set the Cancel = true to stop editing.
  970.             </summary>
  971.             <param name="e"></param>
  972.         </member>
  973.         <member name="M:SourceGrid2.Cells.ICellVirtual.OnEditEnded(SourceGrid2.PositionCancelEventArgs)">
  974.             <summary>
  975.             Fired when the EndEdit is called. You can read the Cancel property to determine if the edit is completed. If you change the cancel property there is no effect.
  976.             </summary>
  977.             <param name="e"></param>
  978.         </member>
  979.         <member name="M:SourceGrid2.Cells.ICellVirtual.Invalidate(SourceGrid2.Position)">
  980.             <summary>
  981.             Invalidate the specified position
  982.             </summary>
  983.             <param name="p_Position"></param>
  984.         </member>
  985.         <member name="P:SourceGrid2.Cells.ICellVirtual.Grid">
  986.             <summary>
  987.             The Grid object
  988.             </summary>
  989.         </member>
  990.         <member name="P:SourceGrid2.Cells.ICellVirtual.VisualModel">
  991.             <summary>
  992.             Visual properties of this cell and other cell. You can share the VisualProperties between many cell to optimize memory size.
  993.             Warning Changing this property can affect many cells
  994.             </summary>
  995.         </member>
  996.         <member name="P:SourceGrid2.Cells.ICellVirtual.CanReceiveFocus">
  997.             <summary>
  998.             True if the cell can have the focus otherwise false. This method simply call BehaviorModel.CanReceiveFocus.
  999.             </summary>
  1000.         </member>
  1001.         <member name="P:SourceGrid2.Cells.ICellVirtual.DataModel">
  1002.             <summary>
  1003.             Editor of this cell and others cells. If null no edit is supported. 
  1004.              You can share the same model between many cells to optimize memory size. Warning Changing this property can affect many cells
  1005.             </summary>
  1006.         </member>
  1007.         <member name="P:SourceGrid2.Cells.ICellVirtual.Behaviors">
  1008.             <summary>
  1009.             Collection of BehaviorModel. Represents the actions of a cell.
  1010.             </summary>
  1011.         </member>
  1012.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.#ctor">
  1013.             <summary>
  1014.             Constructor
  1015.             </summary>
  1016.         </member>
  1017.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.#ctor(System.Type)">
  1018.             <summary>
  1019.             Create a cell with an editor using the type specified. (using Utility.CreateCellModel).
  1020.             </summary>
  1021.             <param name="p_Type">Type of the cell</param>
  1022.         </member>
  1023.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.#ctor(SourceGrid2.DataModels.IDataModel)">
  1024.             <summary>
  1025.             Cell constructor
  1026.             </summary>
  1027.             <param name="p_Editor">The editor of this cell</param>
  1028.         </member>
  1029.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.#ctor(SourceGrid2.DataModels.IDataModel,SourceGrid2.VisualModels.IVisualModel)">
  1030.             <summary>
  1031.             Create a new instance of the cell. Using BehaviorModels.Common.Default
  1032.             </summary>
  1033.             <param name="p_Editor">Formatters used for string conversion, if null is used a shared default formatter.</param>
  1034.             <param name="p_VisualModel">Visual properties of the current cell, if null is used a shared default model VisualModels.Common.Default.</param>
  1035.         </member>
  1036.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.#ctor(SourceGrid2.DataModels.IDataModel,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1037.             <summary>
  1038.             Create a new instance of the cell.
  1039.             </summary>
  1040.             <param name="p_Editor">Formatters used for string conversion, if null is used a shared default formatter.</param>
  1041.             <param name="p_VisualModel">Visual properties of the current cell, if null is used a shared default model VisualModels.Common.Default.</param>
  1042.             <param name="p_BehaviorCommon"></param>
  1043.         </member>
  1044.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.BindToGrid(SourceGrid2.GridVirtual)">
  1045.             <summary>
  1046.             Link the cell at the specified grid.
  1047.             </summary>
  1048.             <param name="p_grid"></param>
  1049.         </member>
  1050.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.UnBindToGrid">
  1051.             <summary>
  1052.             Remove the link of the cell from the previous grid.
  1053.             </summary>
  1054.         </member>
  1055.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnAddToGrid(System.EventArgs)">
  1056.             <summary>
  1057.             Fired when the cell is added to a grid
  1058.             </summary>
  1059.             <param name="e"></param>
  1060.         </member>
  1061.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnRemoveToGrid(System.EventArgs)">
  1062.             <summary>
  1063.             Fired before a cell is removed from a grid
  1064.             </summary>
  1065.             <param name="e"></param>
  1066.         </member>
  1067.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.GetValue(SourceGrid2.Position)">
  1068.             <summary>
  1069.             Get the value of the cell at the specified position
  1070.             </summary>
  1071.             <param name="p_Position"></param>
  1072.             <returns></returns>
  1073.         </member>
  1074.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.SetValue(SourceGrid2.Position,System.Object)">
  1075.             <summary>
  1076.             Set the value of the cell at the specified position. This method must call OnValueChanged() event.
  1077.             </summary>
  1078.             <param name="p_Position"></param>
  1079.             <param name="p_Value"></param>
  1080.         </member>
  1081.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.GetDisplayText(SourceGrid2.Position)">
  1082.             <summary>
  1083.             The string representation of the Cell.GetValue method (default Value.ToString())
  1084.             </summary>
  1085.             <param name="p_Position"></param>
  1086.             <returns></returns>
  1087.         </member>
  1088.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.Measure(SourceGrid2.Position,System.Drawing.Graphics,System.Drawing.SizeF)">
  1089.             <summary>
  1090.             If the cell is not linked to a grid the result is not accurate (Font can be null). Call InternalMeasure with RowSpan and ColSpan = 1.
  1091.             </summary>
  1092.             <param name="p_Position">Position of the current cell</param>
  1093.             <param name="g"></param>
  1094.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  1095.             <returns></returns>
  1096.         </member>
  1097.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.InternalMeasure(SourceGrid2.Position,System.Drawing.Graphics,System.Drawing.SizeF,System.Int32,System.Int32)">
  1098.             <summary>
  1099.             If the cell is not linked to a grid the result is not accurate (Font can be null)
  1100.             </summary>
  1101.             <param name="p_Position">Position of the current cell</param>
  1102.             <param name="g"></param>
  1103.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  1104.             <param name="p_RowSpan"></param>
  1105.             <param name="p_ColSpan"></param>
  1106.             <returns></returns>
  1107.         </member>
  1108.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.StartEdit(SourceGrid2.Position,System.Object)">
  1109.             <summary>
  1110.             Start the edit operation with the current editor specified in the Model property.
  1111.             </summary>
  1112.             <param name="p_Position"></param>
  1113.             <param name="p_NewStartEditValue">The value that the editor receive</param>
  1114.         </member>
  1115.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.StartEdit(SourceGrid2.Position)">
  1116.             <summary>
  1117.             Start the edit operation with the current editor specified in the Model property.
  1118.             </summary>
  1119.             <param name="p_Position"></param>
  1120.         </member>
  1121.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.EndEdit(System.Boolean)">
  1122.             <summary>
  1123.             Terminate the edit operation
  1124.             </summary>
  1125.             <param name="p_bCancel">If true undo all the changes</param>
  1126.             <returns>Returns true if the edit operation is successfully terminated, otherwise false</returns>
  1127.         </member>
  1128.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.IsEditing(SourceGrid2.Position)">
  1129.             <summary>
  1130.             True if this cell is currently in edit state, otherwise false.
  1131.             </summary>
  1132.             <param name="p_Position"></param>
  1133.             <returns></returns>
  1134.         </member>
  1135.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnContextMenuPopUp(SourceGrid2.PositionContextMenuEventArgs)">
  1136.             <summary>
  1137.             Fired when a context menu is showed
  1138.             </summary>
  1139.             <param name="e"></param>
  1140.         </member>
  1141.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnMouseDown(SourceGrid2.PositionMouseEventArgs)">
  1142.             <summary>
  1143.             
  1144.             </summary>
  1145.             <param name="e"></param>
  1146.         </member>
  1147.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnMouseUp(SourceGrid2.PositionMouseEventArgs)">
  1148.             <summary>
  1149.             
  1150.             </summary>
  1151.             <param name="e"></param>
  1152.         </member>
  1153.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnMouseMove(SourceGrid2.PositionMouseEventArgs)">
  1154.             <summary>
  1155.             
  1156.             </summary>
  1157.             <param name="e"></param>
  1158.         </member>
  1159.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnMouseEnter(SourceGrid2.PositionEventArgs)">
  1160.             <summary>
  1161.             
  1162.             </summary>
  1163.             <param name="e"></param>
  1164.         </member>
  1165.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnMouseLeave(SourceGrid2.PositionEventArgs)">
  1166.             <summary>
  1167.             
  1168.             </summary>
  1169.             <param name="e"></param>
  1170.         </member>
  1171.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnKeyUp(SourceGrid2.PositionKeyEventArgs)">
  1172.             <summary>
  1173.             
  1174.             </summary>
  1175.             <param name="e"></param>
  1176.         </member>
  1177.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnKeyDown(SourceGrid2.PositionKeyEventArgs)">
  1178.             <summary>
  1179.             
  1180.             </summary>
  1181.             <param name="e"></param>
  1182.         </member>
  1183.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnKeyPress(SourceGrid2.PositionKeyPressEventArgs)">
  1184.             <summary>
  1185.             
  1186.             </summary>
  1187.             <param name="e"></param>
  1188.         </member>
  1189.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnDoubleClick(SourceGrid2.PositionEventArgs)">
  1190.             <summary>
  1191.             
  1192.             </summary>
  1193.             <param name="e"></param>
  1194.         </member>
  1195.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnClick(SourceGrid2.PositionEventArgs)">
  1196.             <summary>
  1197.             
  1198.             </summary>
  1199.             <param name="e"></param>
  1200.         </member>
  1201.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnFocusLeaving(SourceGrid2.PositionCancelEventArgs)">
  1202.             <summary>
  1203.             Fired before the cell leave the focus, you can put the e.Cancel = true to cancel the leave operation.
  1204.             </summary>
  1205.             <param name="e"></param>
  1206.         </member>
  1207.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnFocusLeft(SourceGrid2.PositionEventArgs)">
  1208.             <summary>
  1209.             Fired when the cell has left the focus.
  1210.             </summary>
  1211.             <param name="e"></param>
  1212.         </member>
  1213.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnFocusEntering(SourceGrid2.PositionCancelEventArgs)">
  1214.             <summary>
  1215.             Fired when the focus is entering in the specified cell. You can put the e.Cancel = true to cancel the focus operation.
  1216.             </summary>
  1217.             <param name="e"></param>
  1218.         </member>
  1219.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnFocusEntered(SourceGrid2.PositionEventArgs)">
  1220.             <summary>
  1221.             Fired when the focus enter in the specified cell.
  1222.             </summary>
  1223.             <param name="e"></param>
  1224.         </member>
  1225.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnValueChanged(SourceGrid2.PositionEventArgs)">
  1226.             <summary>
  1227.             Fired when the SetValue method is called.
  1228.             </summary>
  1229.             <param name="e"></param>
  1230.         </member>
  1231.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnEditStarting(SourceGrid2.PositionCancelEventArgs)">
  1232.             <summary>
  1233.             Fired when the StartEdit is called. You can set the Cancel = true to stop editing.
  1234.             </summary>
  1235.             <param name="e"></param>
  1236.         </member>
  1237.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.OnEditEnded(SourceGrid2.PositionCancelEventArgs)">
  1238.             <summary>
  1239.             Fired when the EndEdit is called. You can read the Cancel property to determine if the edit is completed. If you change the cancel property there is no effect.
  1240.             </summary>
  1241.             <param name="e"></param>
  1242.         </member>
  1243.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.Invalidate">
  1244.             <summary>
  1245.             Invalidate this cell. For this type of class I must invalidate the whole grid, because I don't known the current cell position.
  1246.             </summary>
  1247.         </member>
  1248.         <member name="M:SourceGrid2.Cells.Virtual.CellVirtual.Invalidate(SourceGrid2.Position)">
  1249.             <summary>
  1250.             Invalidate this cell
  1251.             </summary>
  1252.             <param name="p_Position"></param>
  1253.         </member>
  1254.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.Font">
  1255.             <summary>
  1256.             If null the default font is used
  1257.             </summary>
  1258.         </member>
  1259.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.BackColor">
  1260.             <summary>
  1261.             BackColor of the cell
  1262.             </summary>
  1263.         </member>
  1264.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.ForeColor">
  1265.             <summary>
  1266.             ForeColor of the cell
  1267.             </summary>
  1268.         </member>
  1269.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.Border">
  1270.             <summary>
  1271.             The normal border of a cell
  1272.             </summary>
  1273.         </member>
  1274.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.WordWrap">
  1275.             <summary>
  1276.             Word Wrap.  This property is only a wrapper around StringFormat
  1277.             </summary>
  1278.         </member>
  1279.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.TextAlignment">
  1280.             <summary>
  1281.             Text Alignment. This property is only a wrapper around StringFormat
  1282.             </summary>
  1283.         </member>
  1284.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.Grid">
  1285.             <summary>
  1286.             The Grid object
  1287.             </summary>
  1288.         </member>
  1289.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.VisualModel">
  1290.             <summary>
  1291.             Visual properties of this cell and other cell. You can share the VisualProperties between many cell to optimize memory size.
  1292.             Warning Changing this property can affect many cells
  1293.             </summary>
  1294.         </member>
  1295.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.CanReceiveFocus">
  1296.             <summary>
  1297.             True if the cell can have the focus otherwise false.
  1298.             </summary>
  1299.             <returns></returns>
  1300.         </member>
  1301.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.DataModel">
  1302.             <summary>
  1303.             Editor of this cell and others cells. If null no edit is supported. 
  1304.              You can share the same model between many cells to optimize memory size. Warning Changing this property can affect many cells
  1305.             </summary>
  1306.         </member>
  1307.         <member name="P:SourceGrid2.Cells.Virtual.CellVirtual.Behaviors">
  1308.             <summary>
  1309.             Collection of BehaviorModel. This represents the action that a cell can do.
  1310.             </summary>
  1311.         </member>
  1312.         <member name="M:SourceGrid2.Cells.Virtual.Button.#ctor">
  1313.             <summary>
  1314.             Constructor. Using VisualModels.Header.Default and BehaviorModels.Button.Default
  1315.             </summary>
  1316.         </member>
  1317.         <member name="M:SourceGrid2.Cells.Virtual.Button.#ctor(SourceGrid2.PositionEventHandler)">
  1318.             <summary>
  1319.             Constructor
  1320.             </summary>
  1321.             <param name="p_Click"></param>
  1322.         </member>
  1323.         <member name="M:SourceGrid2.Cells.Virtual.Button.#ctor(SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1324.             <summary>
  1325.             Constructor
  1326.             </summary>
  1327.             <param name="p_VisualModel"></param>
  1328.             <param name="p_BehaviorButton"></param>
  1329.         </member>
  1330.         <member name="T:SourceGrid2.Cells.Real.Button">
  1331.             <summary>
  1332.             A cell that rappresent a button 
  1333.             </summary>
  1334.         </member>
  1335.         <member name="T:SourceGrid2.Cells.Real.Cell">
  1336.             <summary>
  1337.             Represents a Cell in a grid, with Cell.Value support and row/col span. Support also ToolTipText, ContextMenu and Cursor
  1338.             </summary>
  1339.         </member>
  1340.         <member name="T:SourceGrid2.Cells.ICell">
  1341.             <summary>
  1342.             Represents a Cell to use with Grid control.
  1343.             </summary>
  1344.         </member>
  1345.         <member name="M:SourceGrid2.Cells.ICell.BindToGrid(SourceGrid2.Grid,SourceGrid2.Position)">
  1346.             <summary>
  1347.             Link the cell at the specified grid.
  1348.             REMARKS: To insert a cell in a grid use Grid.InsertCell, this methos is for internal use only
  1349.             </summary>
  1350.             <param name="p_grid"></param>
  1351.             <param name="p_Position"></param>
  1352.         </member>
  1353.         <member name="M:SourceGrid2.Cells.ICell.ContainsPosition(SourceGrid2.Position)">
  1354.             <summary>
  1355.             Returns true if the position specified is inside the current cell range (use Range.Contains).
  1356.             </summary>
  1357.             <param name="p_Position"></param>
  1358.             <returns></returns>
  1359.         </member>
  1360.         <member name="M:SourceGrid2.Cells.ICell.Focus">
  1361.             <summary>
  1362.             Give the focus at the cell
  1363.             </summary>
  1364.             <returns>Returns if the cell can receive the focus</returns>
  1365.         </member>
  1366.         <member name="M:SourceGrid2.Cells.ICell.LeaveFocus">
  1367.             <summary>
  1368.             Remove the focus from the cell
  1369.             </summary>
  1370.             <returns>Returns true if the cell can leave the focus otherwise false</returns>
  1371.         </member>
  1372.         <member name="M:SourceGrid2.Cells.ICell.IsEditing">
  1373.             <summary>
  1374.             True if this cell is currently in edit state, otherwise false.
  1375.             </summary>
  1376.         </member>
  1377.         <member name="M:SourceGrid2.Cells.ICell.Invalidate">
  1378.             <summary>
  1379.             Invalidate this cell
  1380.             </summary>
  1381.         </member>
  1382.         <member name="P:SourceGrid2.Cells.ICell.DisplayText">
  1383.             <summary>
  1384.             The string representation of the Cell.Value property (default Value.ToString())
  1385.             </summary>
  1386.         </member>
  1387.         <member name="P:SourceGrid2.Cells.ICell.Value">
  1388.             <summary>
  1389.             Value of the cell 
  1390.             </summary>
  1391.         </member>
  1392.         <member name="P:SourceGrid2.Cells.ICell.Tag">
  1393.             <summary>
  1394.             Object to put additional info for this cell
  1395.             </summary>
  1396.         </member>
  1397.         <member name="P:SourceGrid2.Cells.ICell.ToolTipText">
  1398.             <summary>
  1399.             ToolTipText
  1400.             </summary>
  1401.         </member>
  1402.         <member name="P:SourceGrid2.Cells.ICell.Range">
  1403.             <summary>
  1404.             Returns the current Row and Col position. If this cell is not attached to the grid returns Position.Empty. And the range occupied by the current cell.
  1405.             Returns the Range of the cells occupied by the current cell. If RowSpan and ColSpan = 1 then this method returns a single cell.
  1406.             </summary>
  1407.         </member>
  1408.         <member name="P:SourceGrid2.Cells.ICell.Row">
  1409.             <summary>
  1410.             Current Row
  1411.             </summary>
  1412.         </member>
  1413.         <member name="P:SourceGrid2.Cells.ICell.Column">
  1414.             <summary>
  1415.             Current Column
  1416.             </summary>
  1417.         </member>
  1418.         <member name="P:SourceGrid2.Cells.ICell.ColumnSpan">
  1419.             <summary>
  1420.             ColSpan for merge operation, calculated using the current range.
  1421.             </summary>
  1422.         </member>
  1423.         <member name="P:SourceGrid2.Cells.ICell.RowSpan">
  1424.             <summary>
  1425.             RowSpan for merge operation, calculated using the current range.
  1426.             </summary>
  1427.         </member>
  1428.         <member name="P:SourceGrid2.Cells.ICell.Select">
  1429.             <summary>
  1430.             Gets or Sets if the current cell is selected
  1431.             </summary>
  1432.         </member>
  1433.         <member name="P:SourceGrid2.Cells.ICell.Focused">
  1434.             <summary>
  1435.             True if the has the focus
  1436.             </summary>
  1437.         </member>
  1438.         <member name="T:SourceGrid2.Cells.ICellToolTipText">
  1439.             <summary>
  1440.             Interface for informations about a tooltiptext
  1441.             </summary>
  1442.         </member>
  1443.         <member name="M:SourceGrid2.Cells.ICellToolTipText.GetToolTipText(SourceGrid2.Position)">
  1444.             <summary>
  1445.             Get the tooltiptext of the specified cell
  1446.             </summary>
  1447.             <param name="p_Position"></param>
  1448.         </member>
  1449.         <member name="T:SourceGrid2.Cells.ICellCursor">
  1450.             <summary>
  1451.             Interface for informations about a cursor
  1452.             </summary>
  1453.         </member>
  1454.         <member name="M:SourceGrid2.Cells.ICellCursor.GetCursor(SourceGrid2.Position)">
  1455.             <summary>
  1456.             Get the cursor of the specified cell
  1457.             </summary>
  1458.             <param name="p_Position"></param>
  1459.         </member>
  1460.         <member name="T:SourceGrid2.Cells.ICellContextMenu">
  1461.             <summary>
  1462.             Interface for informations about a contextmenu
  1463.             </summary>
  1464.         </member>
  1465.         <member name="M:SourceGrid2.Cells.ICellContextMenu.GetContextMenu(SourceGrid2.Position)">
  1466.             <summary>
  1467.             Get the contextmenu of the specified cell
  1468.             </summary>
  1469.             <param name="p_Position"></param>
  1470.         </member>
  1471.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor">
  1472.             <summary>
  1473.             Cell constructor
  1474.             </summary>
  1475.         </member>
  1476.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor(System.Object)">
  1477.             <summary>
  1478.             Cell constructor, using VisualModels.Common.Default, BehaviorModels.ToolTipText.Default, BehaviorModels.Cursor.Default, BehaviorModels.ContextMenu.Default
  1479.             </summary>
  1480.             <param name="p_Value">The value of the cell</param>
  1481.         </member>
  1482.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor(System.Object,System.Type)">
  1483.             <summary>
  1484.             Create a cell with an editor using the type specified. (using Utility.CreateCellModel).
  1485.             </summary>
  1486.             <param name="p_Value"></param>
  1487.             <param name="p_Type">Type of the cell</param>
  1488.         </member>
  1489.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor(System.Object,SourceGrid2.DataModels.IDataModel)">
  1490.             <summary>
  1491.             Cell constructor
  1492.             </summary>
  1493.             <param name="p_Value">The value of the cell</param>
  1494.             <param name="p_Editor">The editor of this cell</param>
  1495.         </member>
  1496.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor(System.Object,SourceGrid2.DataModels.IDataModel,SourceGrid2.VisualModels.IVisualModel)">
  1497.             <summary>
  1498.             Create a new instance of the cell.
  1499.             </summary>
  1500.             <param name="p_Value">Initial value of the cell.</param>
  1501.             <param name="p_Editor">Formatters used for string conversion, if null is used a shared default formatter.</param>
  1502.             <param name="p_VisualModel">Visual properties of the current cell, if null is used a shared default properties.</param>
  1503.         </member>
  1504.         <member name="M:SourceGrid2.Cells.Real.Cell.#ctor(System.Object,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel,SourceGrid2.BehaviorModels.IBehaviorModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1505.             <summary>
  1506.             Cell constructor
  1507.             </summary>
  1508.             <param name="p_Value">The value of the cell</param>
  1509.             <param name="p_VisualModel">Visual properties of the current cell, if null is used a shared default model VisualModels.Common.Default.</param>
  1510.             <param name="p_BehaviorToolTipText"></param>
  1511.             <param name="p_BehaviorCursor"></param>
  1512.             <param name="p_BehaviorContextMenu"></param>
  1513.         </member>
  1514.         <member name="M:SourceGrid2.Cells.Real.Cell.GetValue(SourceGrid2.Position)">
  1515.             <summary>
  1516.             Get the value of the current cell
  1517.             </summary>
  1518.             <param name="p_Position"></param>
  1519.             <returns></returns>
  1520.         </member>
  1521.         <member name="M:SourceGrid2.Cells.Real.Cell.SetValue(SourceGrid2.Position,System.Object)">
  1522.             <summary>
  1523.             Set the value of the cell
  1524.             </summary>
  1525.             <param name="p_Position"></param>
  1526.             <param name="p_Value"></param>
  1527.         </member>
  1528.         <member name="M:SourceGrid2.Cells.Real.Cell.GetDisplayText(SourceGrid2.Position)">
  1529.             <summary>
  1530.             The string representation of the Cell.GetValue method (default Value.ToString()).
  1531.             </summary>
  1532.             <param name="p_Position"></param>
  1533.             <returns></returns>
  1534.         </member>
  1535.         <member name="F:SourceGrid2.Cells.Real.Cell.m_Tag">
  1536.             <summary>
  1537.             Object to put additional info for this cell
  1538.             </summary>
  1539.         </member>
  1540.         <member name="M:SourceGrid2.Cells.Real.Cell.ToString">
  1541.             <summary>
  1542.             ToString method
  1543.             </summary>
  1544.             <returns></returns>
  1545.         </member>
  1546.         <member name="M:SourceGrid2.Cells.Real.Cell.BindToGrid(SourceGrid2.GridVirtual)">
  1547.             <summary>
  1548.             Link the cell at the specified grid. 
  1549.             For Cell derived classes you must call BindToGrid(Grid p_grid, Position p_Position).
  1550.             </summary>
  1551.             <param name="p_grid"></param>
  1552.         </member>
  1553.         <member name="M:SourceGrid2.Cells.Real.Cell.BindToGrid(SourceGrid2.Grid,SourceGrid2.Position)">
  1554.             <summary>
  1555.             Link the cell at the specified grid.
  1556.             REMARKS: To insert a cell in a grid use Grid.InsertCell, this methos is for internal use only
  1557.             </summary>
  1558.             <param name="p_grid"></param>
  1559.             <param name="p_Position"></param>
  1560.         </member>
  1561.         <member name="M:SourceGrid2.Cells.Real.Cell.UnBindToGrid">
  1562.             <summary>
  1563.             Remove the link of the cell from the previous grid.
  1564.             REMARKS: To remove a cell from a grid use the grid.RemoveCell, this method is for internal use only
  1565.             </summary>
  1566.         </member>
  1567.         <member name="M:SourceGrid2.Cells.Real.Cell.ContainsPosition(SourceGrid2.Position)">
  1568.             <summary>
  1569.             Returns true if the position specified is inside the current cell range (use Range.Contains)
  1570.             </summary>
  1571.             <param name="p_Position"></param>
  1572.             <returns></returns>
  1573.         </member>
  1574.         <member name="M:SourceGrid2.Cells.Real.Cell.Measure(SourceGrid2.Position,System.Drawing.Graphics,System.Drawing.SizeF)">
  1575.             <summary>
  1576.             If the cell is not linked to a grid the result is not accurate (Font can be null). Call InternalMeasure with RowSpan and ColSpan
  1577.             </summary>
  1578.             <param name="p_Position">Position of the current cell</param>
  1579.             <param name="g"></param>
  1580.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  1581.             <returns></returns>
  1582.         </member>
  1583.         <member name="M:SourceGrid2.Cells.Real.Cell.Focus">
  1584.             <summary>
  1585.             Give the focus at the cell
  1586.             </summary>
  1587.             <returns>Returns if the cell can receive the focus</returns>
  1588.         </member>
  1589.         <member name="M:SourceGrid2.Cells.Real.Cell.LeaveFocus">
  1590.             <summary>
  1591.             Remove the focus from the cell
  1592.             </summary>
  1593.             <returns>Returns true if the cell can leave the focus otherwise false</returns>
  1594.         </member>
  1595.         <member name="M:SourceGrid2.Cells.Real.Cell.IsEditing">
  1596.             <summary>
  1597.             True if this cell is currently in edit state, otherwise false.
  1598.             </summary>
  1599.         </member>
  1600.         <member name="M:SourceGrid2.Cells.Real.Cell.StartEdit(SourceGrid2.Position,System.Object)">
  1601.             <summary>
  1602.             Start the edit operation with the current editor specified in the Model property. Using the current cell position.
  1603.             </summary>
  1604.             <param name="p_Position">Not used with this type of class.</param>
  1605.             <param name="p_NewStartEditValue">The value that the editor receive</param>
  1606.         </member>
  1607.         <member name="M:SourceGrid2.Cells.Real.Cell.Invalidate">
  1608.             <summary>
  1609.             Invalidate this cell
  1610.             </summary>
  1611.         </member>
  1612.         <member name="M:SourceGrid2.Cells.Real.Cell.GetToolTipText(SourceGrid2.Position)">
  1613.             <summary>
  1614.             Returns the tooltip text for the current cell position. Returns the ToolTipText property.
  1615.             </summary>
  1616.             <param name="p_Position"></param>
  1617.             <returns></returns>
  1618.         </member>
  1619.         <member name="F:SourceGrid2.Cells.Real.Cell.m_ContextMenuItems">
  1620.             <summary>
  1621.             To optimize creation of the cell I create only the collection when we need it
  1622.             </summary>
  1623.         </member>
  1624.         <member name="M:SourceGrid2.Cells.Real.Cell.GetContextMenu(SourceGrid2.Position)">
  1625.             <summary>
  1626.             Get the contextmenu of the specified cell
  1627.             </summary>
  1628.             <param name="p_Position"></param>
  1629.         </member>
  1630.         <member name="M:SourceGrid2.Cells.Real.Cell.GetCursor(SourceGrid2.Position)">
  1631.             <summary>
  1632.             Get the Cursor property. This is required by the ICellCursor interface.
  1633.             </summary>
  1634.             <param name="p_Position"></param>
  1635.             <returns></returns>
  1636.         </member>
  1637.         <member name="P:SourceGrid2.Cells.Real.Cell.DisplayText">
  1638.             <summary>
  1639.             The string representation of the Cell.Value property (default Value.ToString())
  1640.             </summary>
  1641.         </member>
  1642.         <member name="P:SourceGrid2.Cells.Real.Cell.Value">
  1643.             <summary>
  1644.             Value of the cell 
  1645.             </summary>
  1646.         </member>
  1647.         <member name="P:SourceGrid2.Cells.Real.Cell.Tag">
  1648.             <summary>
  1649.             Object to put additional info for this cell
  1650.             </summary>
  1651.         </member>
  1652.         <member name="P:SourceGrid2.Cells.Real.Cell.Range">
  1653.             <summary>
  1654.             Returns the current Row and Col position. If this cell is not attached to the grid returns Position.Empty. And the range occupied by the current cell.
  1655.             Returns the Range of the cells occupied by the current cell. If RowSpan and ColSpan = 1 then this method returns a single cell.
  1656.             </summary>
  1657.         </member>
  1658.         <member name="P:SourceGrid2.Cells.Real.Cell.Row">
  1659.             <summary>
  1660.             Current Row
  1661.             </summary>
  1662.         </member>
  1663.         <member name="P:SourceGrid2.Cells.Real.Cell.Column">
  1664.             <summary>
  1665.             Current Column
  1666.             </summary>
  1667.         </member>
  1668.         <member name="P:SourceGrid2.Cells.Real.Cell.LocationAbsolute">
  1669.             <summary>
  1670.             Location absolute to the whole grid
  1671.             </summary>
  1672.         </member>
  1673.         <member name="P:SourceGrid2.Cells.Real.Cell.LocationRelative">
  1674.             <summary>
  1675.             Location relative to the current scroll position
  1676.             </summary>
  1677.         </member>
  1678.         <member name="P:SourceGrid2.Cells.Real.Cell.Size">
  1679.             <summary>
  1680.             Size occupied by the current cell
  1681.             </summary>
  1682.         </member>
  1683.         <member name="P:SourceGrid2.Cells.Real.Cell.ColumnSpan">
  1684.             <summary>
  1685.             ColSpan for merge operation
  1686.             </summary>
  1687.         </member>
  1688.         <member name="P:SourceGrid2.Cells.Real.Cell.RowSpan">
  1689.             <summary>
  1690.             RowSpan for merge operation
  1691.             </summary>
  1692.         </member>
  1693.         <member name="P:SourceGrid2.Cells.Real.Cell.Select">
  1694.             <summary>
  1695.             Gets or Sets if the current cell is selected
  1696.             </summary>
  1697.         </member>
  1698.         <member name="P:SourceGrid2.Cells.Real.Cell.Focused">
  1699.             <summary>
  1700.             True if the has the focus
  1701.             </summary>
  1702.         </member>
  1703.         <member name="P:SourceGrid2.Cells.Real.Cell.ToolTipText">
  1704.             <summary>
  1705.             ToolTipText for the current cell
  1706.             </summary>
  1707.         </member>
  1708.         <member name="P:SourceGrid2.Cells.Real.Cell.ContextMenuItems">
  1709.             <summary>
  1710.             Context Menu
  1711.             </summary>
  1712.         </member>
  1713.         <member name="P:SourceGrid2.Cells.Real.Cell.Cursor">
  1714.             <summary>
  1715.             Cursor of the cell
  1716.             </summary>
  1717.         </member>
  1718.         <member name="M:SourceGrid2.Cells.Real.Button.#ctor(System.Object,SourceGrid2.PositionEventHandler,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1719.             <summary>
  1720.             Constructor
  1721.             </summary>
  1722.             <param name="p_Value"></param>
  1723.             <param name="p_Click"></param>
  1724.             <param name="p_VisualModel"></param>
  1725.             <param name="p_BehaviorButton"></param>
  1726.         </member>
  1727.         <member name="M:SourceGrid2.Cells.Real.Button.#ctor(System.Object,SourceGrid2.PositionEventHandler)">
  1728.             <summary>
  1729.             Constructor
  1730.             </summary>
  1731.             <param name="p_Value"></param>
  1732.             <param name="p_Click"></param>
  1733.         </member>
  1734.         <member name="M:SourceGrid2.Cells.Real.Button.#ctor(System.Object)">
  1735.             <summary>
  1736.             Constructor
  1737.             </summary>
  1738.             <param name="p_Value"></param>
  1739.         </member>
  1740.         <member name="M:SourceGrid2.Cells.Real.Button.OnClick(SourceGrid2.PositionEventArgs)">
  1741.             <summary>
  1742.             
  1743.             </summary>
  1744.             <param name="e"></param>
  1745.         </member>
  1746.         <member name="E:SourceGrid2.Cells.Real.Button.Click">
  1747.             <summary>
  1748.             Click event
  1749.             </summary>
  1750.         </member>
  1751.         <member name="T:SourceGrid2.Cells.Virtual.CheckBox">
  1752.             <summary>
  1753.             A Cell with a CheckBox. This Cell is of type bool. Abstract, you must override GetValue and SetValue.
  1754.             </summary>
  1755.         </member>
  1756.         <member name="T:SourceGrid2.Cells.ICellCheckBox">
  1757.             <summary>
  1758.             Interface for informations about a cechkbox
  1759.             </summary>
  1760.         </member>
  1761.         <member name="M:SourceGrid2.Cells.ICellCheckBox.GetCheckedValue(SourceGrid2.Position)">
  1762.             <summary>
  1763.             Checked status (equal to the Value property but returns a bool). Call the GetValue
  1764.             </summary>
  1765.             <param name="p_Position"></param>
  1766.         </member>
  1767.         <member name="M:SourceGrid2.Cells.ICellCheckBox.SetCheckedValue(SourceGrid2.Position,System.Boolean)">
  1768.             <summary>
  1769.             Set checked value, call the Model.SetCellValue. Can be called only if EnableEdit is true
  1770.             </summary>
  1771.             <param name="p_Position"></param>
  1772.             <param name="p_bChecked"></param>
  1773.         </member>
  1774.         <member name="M:SourceGrid2.Cells.ICellCheckBox.GetCheckBoxStatus(SourceGrid2.Position)">
  1775.             <summary>
  1776.             Get the status of the checkbox at the current position
  1777.             </summary>
  1778.             <param name="p_Position"></param>
  1779.             <returns></returns>
  1780.         </member>
  1781.         <member name="M:SourceGrid2.Cells.Virtual.CheckBox.#ctor">
  1782.             <summary>
  1783.             Constructor using BehaviorModels.CheckBox.Default
  1784.             </summary>
  1785.         </member>
  1786.         <member name="M:SourceGrid2.Cells.Virtual.CheckBox.#ctor(SourceGrid2.BehaviorModels.IBehaviorModel)">
  1787.             <summary>
  1788.             Constructor
  1789.             </summary>
  1790.             <param name="p_BehaviorCheckBox"></param>
  1791.         </member>
  1792.         <member name="M:SourceGrid2.Cells.Virtual.CheckBox.GetCheckedValue(SourceGrid2.Position)">
  1793.             <summary>
  1794.             Checked status (equal to the Value property but returns a bool). Call the GetValue
  1795.             </summary>
  1796.             <param name="p_Position"></param>
  1797.         </member>
  1798.         <member name="M:SourceGrid2.Cells.Virtual.CheckBox.SetCheckedValue(SourceGrid2.Position,System.Boolean)">
  1799.             <summary>
  1800.             Set checked value, call the Model.SetCellValue. Can be called only if EnableEdit is true
  1801.             </summary>
  1802.             <param name="p_Position"></param>
  1803.             <param name="p_bChecked"></param>
  1804.         </member>
  1805.         <member name="M:SourceGrid2.Cells.Virtual.CheckBox.GetCheckBoxStatus(SourceGrid2.Position)">
  1806.             <summary>
  1807.             Get the status of the checkbox at the current position
  1808.             </summary>
  1809.             <param name="p_Position"></param>
  1810.             <returns></returns>
  1811.         </member>
  1812.         <member name="T:SourceGrid2.Cells.Real.CheckBox">
  1813.             <summary>
  1814.             A Cell with a CheckBox. This Cell is of type bool. Using BehaviorModels.CheckBox.Default
  1815.             </summary>
  1816.         </member>
  1817.         <member name="M:SourceGrid2.Cells.Real.CheckBox.#ctor(System.Boolean)">
  1818.             <summary>
  1819.             Construct a CellCheckBox class with no caption, and allign the checkbox in MiddleCenter position
  1820.             </summary>
  1821.             <param name="p_InitialValue"></param>
  1822.         </member>
  1823.         <member name="M:SourceGrid2.Cells.Real.CheckBox.#ctor(System.String,System.Boolean)">
  1824.             <summary>
  1825.             Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft, using BehaviorModels.CheckBox.Default
  1826.             </summary>
  1827.             <param name="p_Caption"></param>
  1828.             <param name="p_InitialValue"></param>
  1829.         </member>
  1830.         <member name="M:SourceGrid2.Cells.Real.CheckBox.#ctor(System.String,System.Boolean,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1831.             <summary>
  1832.             Construct a CellCheckBox class with caption and align checkbox in the MiddleLeft
  1833.             </summary>
  1834.             <param name="p_Caption"></param>
  1835.             <param name="p_InitialValue"></param>
  1836.             <param name="p_BehaviorCheckBox"></param>
  1837.         </member>
  1838.         <member name="M:SourceGrid2.Cells.Real.CheckBox.GetCheckedValue(SourceGrid2.Position)">
  1839.             <summary>
  1840.             Checked status (equal to the Value property but returns a bool). Call the GetValue
  1841.             </summary>
  1842.             <param name="p_Position"></param>
  1843.         </member>
  1844.         <member name="M:SourceGrid2.Cells.Real.CheckBox.SetCheckedValue(SourceGrid2.Position,System.Boolean)">
  1845.             <summary>
  1846.             Set checked value, call the Model.SetCellValue. Can be called only if EnableEdit is true
  1847.             </summary>
  1848.             <param name="p_Position"></param>
  1849.             <param name="p_bChecked"></param>
  1850.         </member>
  1851.         <member name="M:SourceGrid2.Cells.Real.CheckBox.GetCheckBoxStatus(SourceGrid2.Position)">
  1852.             <summary>
  1853.             Get the status of the checkbox at the current position
  1854.             </summary>
  1855.             <param name="p_Position"></param>
  1856.             <returns></returns>
  1857.         </member>
  1858.         <member name="P:SourceGrid2.Cells.Real.CheckBox.Checked">
  1859.             <summary>
  1860.             Checked status (equal to the Value property but returns a bool)
  1861.             </summary>
  1862.         </member>
  1863.         <member name="P:SourceGrid2.Cells.Real.CheckBox.Caption">
  1864.             <summary>
  1865.             Caption of the cell
  1866.             </summary>
  1867.         </member>
  1868.         <member name="T:SourceGrid2.Cells.Virtual.ColumnHeader">
  1869.             <summary>
  1870.             Class that rapresent a col header with sort and resize feature.
  1871.             </summary>
  1872.         </member>
  1873.         <member name="T:SourceGrid2.Cells.Virtual.Header">
  1874.             <summary>
  1875.             A cell that rappresent a header of a table, with 3D effect. This cell override IsSelectable to false. Default use VisualModels.VisualModelHeader.Style1
  1876.             </summary>
  1877.         </member>
  1878.         <member name="M:SourceGrid2.Cells.Virtual.Header.#ctor">
  1879.             <summary>
  1880.             Constructor
  1881.             </summary>
  1882.         </member>
  1883.         <member name="M:SourceGrid2.Cells.Virtual.Header.#ctor(SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1884.             <summary>
  1885.             Constructor
  1886.             </summary>
  1887.         </member>
  1888.         <member name="T:SourceGrid2.Cells.ICellSortableHeader">
  1889.             <summary>
  1890.             Summary description for ICellSortableHeader.
  1891.             </summary>
  1892.         </member>
  1893.         <member name="M:SourceGrid2.Cells.ICellSortableHeader.GetSortStatus(SourceGrid2.Position)">
  1894.             <summary>
  1895.             Returns the current sort status
  1896.             </summary>
  1897.             <param name="p_Position"></param>
  1898.             <returns></returns>
  1899.         </member>
  1900.         <member name="M:SourceGrid2.Cells.ICellSortableHeader.SetSortMode(SourceGrid2.Position,SourceGrid2.GridSortMode)">
  1901.             <summary>
  1902.             Set the current sort mode
  1903.             </summary>
  1904.             <param name="p_Position"></param>
  1905.             <param name="p_Mode"></param>
  1906.         </member>
  1907.         <member name="M:SourceGrid2.Cells.Virtual.ColumnHeader.#ctor">
  1908.             <summary>
  1909.             Constructor using VisualModels.Header.ColumnHeader and BehaviorModels.ColumnHeader.SortableHeader
  1910.             </summary>
  1911.         </member>
  1912.         <member name="M:SourceGrid2.Cells.Virtual.ColumnHeader.#ctor(SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1913.             <summary>
  1914.             Constructor
  1915.             </summary>
  1916.         </member>
  1917.         <member name="T:SourceGrid2.Cells.Real.ColumnHeader">
  1918.             <summary>
  1919.             Class that rapresent a col header with sort and resize feature.
  1920.             </summary>
  1921.         </member>
  1922.         <member name="T:SourceGrid2.Cells.Real.Header">
  1923.             <summary>
  1924.             A cell that rappresent a header of a table, with 3D effect. This cell override IsSelectable to false. Default use VisualModels.VisualModelHeader.Style1
  1925.             </summary>
  1926.         </member>
  1927.         <member name="M:SourceGrid2.Cells.Real.Header.#ctor">
  1928.             <summary>
  1929.             Constructor
  1930.             </summary>
  1931.         </member>
  1932.         <member name="M:SourceGrid2.Cells.Real.Header.#ctor(System.Object)">
  1933.             <summary>
  1934.             Constructor
  1935.             </summary>
  1936.             <param name="p_Value"></param>
  1937.         </member>
  1938.         <member name="M:SourceGrid2.Cells.Real.Header.#ctor(System.Object,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1939.             <summary>
  1940.             Constructor
  1941.             </summary>
  1942.             <param name="p_Value"></param>
  1943.             <param name="p_VisualModel"></param>
  1944.             <param name="p_HeaderBehavior"></param>
  1945.         </member>
  1946.         <member name="M:SourceGrid2.Cells.Real.ColumnHeader.#ctor">
  1947.             <summary>
  1948.             Constructor using VisualModels.Header.ColumnHeader and BehaviorModels.ColumnHeader.SortableHeader
  1949.             </summary>
  1950.         </member>
  1951.         <member name="M:SourceGrid2.Cells.Real.ColumnHeader.#ctor(System.Object)">
  1952.             <summary>
  1953.             Constructor using VisualModels.Header.ColumnHeader and BehaviorModels.ColumnHeader.SortableHeader
  1954.             </summary>
  1955.             <param name="p_Value"></param>
  1956.         </member>
  1957.         <member name="M:SourceGrid2.Cells.Real.ColumnHeader.#ctor(System.Object,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  1958.             <summary>
  1959.             Constructor
  1960.             </summary>
  1961.             <param name="p_Value"></param>
  1962.             <param name="p_VisualModel"></param>
  1963.             <param name="p_HeaderBehavior"></param>
  1964.         </member>
  1965.         <member name="P:SourceGrid2.Cells.Real.ColumnHeader.Comparer">
  1966.             <summary>
  1967.             Comparer used to sort the cells. If null the default comparer is used.
  1968.             </summary>
  1969.         </member>
  1970.         <member name="T:SourceGrid2.Cells.Virtual.ComboBox">
  1971.             <summary>
  1972.             A cell with a combobox for editor. Use a model with a ICollection for standard values.
  1973.             </summary>
  1974.         </member>
  1975.         <member name="M:SourceGrid2.Cells.Virtual.ComboBox.#ctor(System.Type,System.Collections.ICollection,System.Boolean)">
  1976.             <summary>
  1977.             Constructor
  1978.             </summary>
  1979.             <param name="p_CellType"></param>
  1980.             <param name="p_StandardValues"></param>
  1981.             <param name="p_StandardValuesExclusive"></param>
  1982.         </member>
  1983.         <member name="T:SourceGrid2.Cells.Real.ComboBox">
  1984.             <summary>
  1985.             A cell with a combobox for editor. Use a model with a ICollection for standard values.
  1986.             </summary>
  1987.         </member>
  1988.         <member name="M:SourceGrid2.Cells.Real.ComboBox.#ctor(System.Object,System.Type,System.Collections.ICollection,System.Boolean)">
  1989.             <summary>
  1990.             Constructor
  1991.             </summary>
  1992.             <param name="p_Value"></param>
  1993.             <param name="p_CellType"></param>
  1994.             <param name="p_StandardValues"></param>
  1995.             <param name="p_StandardValuesExclusive"></param>
  1996.         </member>
  1997.         <member name="F:SourceGrid2.CheckBoxStatus.CheckEnable">
  1998.             <summary>
  1999.             Enable or disable the checkbox
  2000.             </summary>
  2001.         </member>
  2002.         <member name="F:SourceGrid2.CheckBoxStatus.Checked">
  2003.             <summary>
  2004.             Checked status
  2005.             </summary>
  2006.         </member>
  2007.         <member name="F:SourceGrid2.CheckBoxStatus.Caption">
  2008.             <summary>
  2009.             Caption of the CheckBox
  2010.             </summary>
  2011.         </member>
  2012.         <member name="M:SourceGrid2.SortStatus.#ctor(SourceGrid2.GridSortMode,System.Boolean)">
  2013.             <summary>
  2014.             Constructor
  2015.             </summary>
  2016.             <param name="p_Mode">Status of current sort.</param>
  2017.             <param name="p_EnableSort">True to enable sort otherwise false</param>
  2018.         </member>
  2019.         <member name="M:SourceGrid2.SortStatus.#ctor(SourceGrid2.GridSortMode,System.Boolean,System.Collections.IComparer)">
  2020.             <summary>
  2021.             Constructor
  2022.             </summary>
  2023.             <param name="p_Mode">Status of current sort.</param>
  2024.             <param name="p_EnableSort">True to enable sort otherwise false</param>
  2025.             <param name="p_Comparer">Comparer used to sort the column. The comparer will take 2 Cell. If null the default ValueCellComparer is used.</param>
  2026.         </member>
  2027.         <member name="T:SourceGrid2.Cells.Virtual.Link">
  2028.             <summary>
  2029.             A cell that contains a HTML style link. Use the click event to execute the link
  2030.             </summary>
  2031.         </member>
  2032.         <member name="M:SourceGrid2.Cells.Virtual.Link.#ctor">
  2033.             <summary>
  2034.             Constructor, using VisualModels.Common.LinkStyle and BehaviorModels.Cursor.Default
  2035.             </summary>
  2036.         </member>
  2037.         <member name="M:SourceGrid2.Cells.Virtual.Link.#ctor(SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  2038.             <summary>
  2039.             Constructor
  2040.             </summary>
  2041.             <param name="p_VisualModel"></param>
  2042.             <param name="p_LinkBehavior"></param>
  2043.         </member>
  2044.         <member name="M:SourceGrid2.Cells.Virtual.Link.#ctor(SourceGrid2.PositionEventHandler)">
  2045.             <summary>
  2046.             Constructor
  2047.             </summary>
  2048.             <param name="p_ExecuteLink">Event to execute when the user Click on this cell</param>
  2049.         </member>
  2050.         <member name="M:SourceGrid2.Cells.Virtual.Link.GetCursor(SourceGrid2.Position)">
  2051.             <summary>
  2052.             Get the cursor of the specified cell
  2053.             </summary>
  2054.             <param name="p_Position"></param>
  2055.         </member>
  2056.         <member name="T:SourceGrid2.Cells.Real.Link">
  2057.             <summary>
  2058.             A cell that contains a HTML style link. Use the click event to execute the link
  2059.             </summary>
  2060.         </member>
  2061.         <member name="M:SourceGrid2.Cells.Real.Link.#ctor(System.Object)">
  2062.             <summary>
  2063.             Constructor using VisualModels.Common.LinkStyle and BehaviorModels.Cursor.Default
  2064.             </summary>
  2065.             <param name="p_Value"></param>
  2066.         </member>
  2067.         <member name="M:SourceGrid2.Cells.Real.Link.#ctor(System.Object,SourceGrid2.PositionEventHandler)">
  2068.             <summary>
  2069.             Constructor
  2070.             </summary>
  2071.             <param name="p_Value"></param>
  2072.             <param name="p_ExecuteLink">Event to execute when the user Click on this cell</param>
  2073.         </member>
  2074.         <member name="M:SourceGrid2.Cells.Real.Link.#ctor(System.Object,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  2075.             <summary>
  2076.             Constructor
  2077.             </summary>
  2078.             <param name="p_Value"></param>
  2079.             <param name="p_VisualModel"></param>
  2080.             <param name="p_BehaviorLink"></param>
  2081.         </member>
  2082.         <member name="T:SourceGrid2.Cells.Virtual.RowHeader">
  2083.             <summary>
  2084.             Class that rapresent a row header with resize feature.
  2085.             </summary>
  2086.         </member>
  2087.         <member name="M:SourceGrid2.Cells.Virtual.RowHeader.#ctor">
  2088.             <summary>
  2089.             Constructor using VisualModels.Header.RowHeader and BehaviorModels.RowHeader.Default
  2090.             </summary>
  2091.         </member>
  2092.         <member name="M:SourceGrid2.Cells.Virtual.RowHeader.#ctor(SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  2093.             <summary>
  2094.             Constructor
  2095.             </summary>
  2096.             <param name="p_VisualModel"></param>
  2097.             <param name="p_BehaviorHeader"></param>
  2098.         </member>
  2099.         <member name="T:SourceGrid2.Cells.Real.RowHeader">
  2100.             <summary>
  2101.             Class that rapresent a row header with resize feature.
  2102.             </summary>
  2103.         </member>
  2104.         <member name="M:SourceGrid2.Cells.Real.RowHeader.#ctor">
  2105.             <summary>
  2106.             Constructor
  2107.             </summary>
  2108.         </member>
  2109.         <member name="M:SourceGrid2.Cells.Real.RowHeader.#ctor(System.Object)">
  2110.             <summary>
  2111.             Constructor using VisualModels.Header.RowHeader and BehaviorModels.RowHeader.Default
  2112.             </summary>
  2113.             <param name="p_Value"></param>
  2114.         </member>
  2115.         <member name="M:SourceGrid2.Cells.Real.RowHeader.#ctor(System.Object,SourceGrid2.VisualModels.IVisualModel,SourceGrid2.BehaviorModels.IBehaviorModel)">
  2116.             <summary>
  2117.             Constructor
  2118.             </summary>
  2119.             <param name="p_Value"></param>
  2120.             <param name="p_VisualModel"></param>
  2121.             <param name="p_HeaderBehavior"></param>
  2122.         </member>
  2123.         <member name="T:SourceGrid2.Border">
  2124.             <summary>
  2125.             A struct that represents a single border line.
  2126.             If you have 2 adjacent cells and want to create a 1 pixel width border, you must set width 1 for one cell and width 0 for the other. Usually a cell has only Right and Bottom border.
  2127.             </summary>
  2128.         </member>
  2129.         <member name="M:SourceGrid2.Border.Equals(System.Object)">
  2130.             <summary>
  2131.             Compare to current border with another border.
  2132.             </summary>
  2133.             <param name="obj"></param>
  2134.             <returns></returns>
  2135.         </member>
  2136.         <member name="T:SourceGrid2.RectangleBorder">
  2137.             <summary>
  2138.             A struct that represents the borders of a cell. Contains 4 borders: Right, Left, Top, Bottom.
  2139.             If you have 2 adjacent cells and want to create a 1 pixel width border, you must set width 1 for one cell and width 0 for the other. Usually a cell has only Right and Bottom border.
  2140.             </summary>
  2141.         </member>
  2142.         <member name="M:SourceGrid2.RectangleBorder.#ctor(SourceGrid2.Border)">
  2143.             <summary>
  2144.             Construct a RectangleBorder with the same border on all the side
  2145.             </summary>
  2146.             <param name="p_Border"></param>
  2147.         </member>
  2148.         <member name="M:SourceGrid2.RectangleBorder.#ctor(SourceGrid2.Border,SourceGrid2.Border)">
  2149.             <summary>
  2150.             Construct a RectangleBorder with the specified Right and Bottom border and a 0 Left and Top border
  2151.             </summary>
  2152.             <param name="p_Right"></param>
  2153.             <param name="p_Bottom"></param>
  2154.         </member>
  2155.         <member name="M:SourceGrid2.RectangleBorder.#ctor(SourceGrid2.Border,SourceGrid2.Border,SourceGrid2.Border,SourceGrid2.Border)">
  2156.             <summary>
  2157.             Construct a RectangleBorder with the specified borders
  2158.             </summary>
  2159.             <param name="p_Top"></param>
  2160.             <param name="p_Bottom"></param>
  2161.             <param name="p_Left"></param>
  2162.             <param name="p_Right"></param>
  2163.         </member>
  2164.         <member name="M:SourceGrid2.RectangleBorder.SetColor(System.Drawing.Color)">
  2165.             <summary>
  2166.             Change the color of the current struct instance and return a copy of the modified struct.
  2167.             </summary>
  2168.             <param name="p_Color"></param>
  2169.             <returns></returns>
  2170.         </member>
  2171.         <member name="M:SourceGrid2.RectangleBorder.SetWidth(System.Int32)">
  2172.             <summary>
  2173.             Change the width of the current struct instance and return a copy of the modified struct.
  2174.             </summary>
  2175.             <param name="p_Width"></param>
  2176.             <returns></returns>
  2177.         </member>
  2178.         <member name="M:SourceGrid2.RectangleBorder.Equals(System.Object)">
  2179.             <summary>
  2180.             Compare to current border with another border.
  2181.             </summary>
  2182.             <param name="obj"></param>
  2183.             <returns></returns>
  2184.         </member>
  2185.         <member name="M:SourceGrid2.RectangleBorder.RemoveBorderFromRectanlge(System.Drawing.Rectangle)">
  2186.             <summary>
  2187.             Remove the width of all the borders (top, bottom, left, right) from a specified rectangle
  2188.             </summary>
  2189.             <param name="p_Input"></param>
  2190.             <returns></returns>
  2191.         </member>
  2192.         <member name="M:SourceGrid2.RectangleBorder.CreateInsetBorder(System.Int32,System.Drawing.Color,System.Drawing.Color)">
  2193.             <summary>
  2194.             Create an Inset border
  2195.             </summary>
  2196.             <param name="p_width"></param>
  2197.             <param name="p_ShadowColor"></param>
  2198.             <param name="p_LightColor"></param>
  2199.         </member>
  2200.         <member name="M:SourceGrid2.RectangleBorder.CreateRaisedBorder(System.Int32,System.Drawing.Color,System.Drawing.Color)">
  2201.             <summary>
  2202.             Create a Raised border
  2203.             </summary>
  2204.             <param name="p_width"></param>
  2205.             <param name="p_ShadowColor"></param>
  2206.             <param name="p_LightColor"></param>
  2207.         </member>
  2208.         <member name="T:SourceGrid2.CellVirtualCollection">
  2209.             <summary>
  2210.             A collection of elements of type ICellVirtual
  2211.             </summary>
  2212.         </member>
  2213.         <member name="M:SourceGrid2.CellVirtualCollection.#ctor">
  2214.             <summary>
  2215.             Initializes a new empty instance of the CellBaseCollection class.
  2216.             </summary>
  2217.         </member>
  2218.         <member name="M:SourceGrid2.CellVirtualCollection.#ctor(SourceGrid2.Cells.ICellVirtual[])">
  2219.             <summary>
  2220.             Initializes a new instance of the CellBaseCollection class, containing elements
  2221.             copied from an array.
  2222.             </summary>
  2223.             <param name="items">
  2224.             The array whose elements are to be added to the new CellBaseCollection.
  2225.             </param>
  2226.         </member>
  2227.         <member name="M:SourceGrid2.CellVirtualCollection.#ctor(SourceGrid2.CellVirtualCollection)">
  2228.             <summary>
  2229.             Initializes a new instance of the CellBaseCollection class, containing elements
  2230.             copied from another instance of CellBaseCollection
  2231.             </summary>
  2232.             <param name="items">
  2233.             The CellBaseCollection whose elements are to be added to the new CellBaseCollection.
  2234.             </param>
  2235.         </member>
  2236.         <member name="M:SourceGrid2.CellVirtualCollection.AddRange(SourceGrid2.Cells.ICellVirtual[])">
  2237.             <summary>
  2238.             Adds the elements of an array to the end of this CellBaseCollection.
  2239.             </summary>
  2240.             <param name="items">
  2241.             The array whose elements are to be added to the end of this CellBaseCollection.
  2242.             </param>
  2243.         </member>
  2244.         <member name="M:SourceGrid2.CellVirtualCollection.AddRange(SourceGrid2.CellVirtualCollection)">
  2245.             <summary>
  2246.             Adds the elements of another CellBaseCollection to the end of this CellBaseCollection.
  2247.             </summary>
  2248.             <param name="items">
  2249.             The CellBaseCollection whose elements are to be added to the end of this CellBaseCollection.
  2250.             </param>
  2251.         </member>
  2252.         <member name="M:SourceGrid2.CellVirtualCollection.Add(SourceGrid2.Cells.ICellVirtual)">
  2253.             <summary>
  2254.             Adds an instance of type ICellVirtual to the end of this CellBaseCollection.
  2255.             </summary>
  2256.             <param name="value">
  2257.             The ICellVirtual to be added to the end of this CellBaseCollection.
  2258.             </param>
  2259.         </member>
  2260.         <member name="M:SourceGrid2.CellVirtualCollection.Contains(SourceGrid2.Cells.ICellVirtual)">
  2261.             <summary>
  2262.             Determines whether a specfic ICellVirtual value is in this CellBaseCollection.
  2263.             </summary>
  2264.             <param name="value">
  2265.             The ICellVirtual value to locate in this CellBaseCollection.
  2266.             </param>
  2267.             <returns>
  2268.             true if value is found in this CellBaseCollection;
  2269.             false otherwise.
  2270.             </returns>
  2271.         </member>
  2272.         <member name="M:SourceGrid2.CellVirtualCollection.IndexOf(SourceGrid2.Cells.ICellVirtual)">
  2273.             <summary>
  2274.             Return the zero-based index of the first occurrence of a specific value
  2275.             in this CellBaseCollection
  2276.             </summary>
  2277.             <param name="value">
  2278.             The ICellVirtual value to locate in the CellBaseCollection.
  2279.             </param>
  2280.             <returns>
  2281.             The zero-based index of the first occurrence of the _ELEMENT value if found;
  2282.             -1 otherwise.
  2283.             </returns>
  2284.         </member>
  2285.         <member name="M:SourceGrid2.CellVirtualCollection.Insert(System.Int32,SourceGrid2.Cells.ICellVirtual)">
  2286.             <summary>
  2287.             Inserts an element into the CellBaseCollection at the specified index
  2288.             </summary>
  2289.             <param name="index">
  2290.             The index at which the ICellVirtual is to be inserted.
  2291.             </param>
  2292.             <param name="value">
  2293.             The ICellVirtual to insert.
  2294.             </param>
  2295.         </member>
  2296.         <member name="M:SourceGrid2.CellVirtualCollection.Remove(SourceGrid2.Cells.ICellVirtual)">
  2297.             <summary>
  2298.             Removes the first occurrence of a specific ICellVirtual from this CellBaseCollection.
  2299.             </summary>
  2300.             <param name="value">
  2301.             The ICellVirtual value to remove from this CellBaseCollection.
  2302.             </param>
  2303.         </member>
  2304.         <member name="M:SourceGrid2.CellVirtualCollection.GetEnumerator">
  2305.             <summary>
  2306.             Returns an enumerator that can iterate through the elements of this CellBaseCollection.
  2307.             </summary>
  2308.             <returns>
  2309.             An object that implements System.Collections.IEnumerator.
  2310.             </returns>        
  2311.         </member>
  2312.         <member name="P:SourceGrid2.CellVirtualCollection.Item(System.Int32)">
  2313.             <summary>
  2314.             Gets or sets the ICellVirtual at the given index in this CellBaseCollection.
  2315.             </summary>
  2316.         </member>
  2317.         <member name="T:SourceGrid2.CellVirtualCollection.Enumerator">
  2318.             <summary>
  2319.             Type-specific enumeration class, used by CellBaseCollection.GetEnumerator.
  2320.             </summary>
  2321.         </member>
  2322.         <member name="M:SourceGrid2.CellVirtualCollection.Enumerator.#ctor(SourceGrid2.CellVirtualCollection)">
  2323.             <summary>
  2324.             
  2325.             </summary>
  2326.             <param name="collection"></param>
  2327.         </member>
  2328.         <member name="M:SourceGrid2.CellVirtualCollection.Enumerator.MoveNext">
  2329.             <summary>
  2330.             
  2331.             </summary>
  2332.             <returns></returns>
  2333.         </member>
  2334.         <member name="M:SourceGrid2.CellVirtualCollection.Enumerator.Reset">
  2335.             <summary>
  2336.             
  2337.             </summary>
  2338.         </member>
  2339.         <member name="P:SourceGrid2.CellVirtualCollection.Enumerator.Current">
  2340.             <summary>
  2341.             
  2342.             </summary>
  2343.         </member>
  2344.         <member name="P:SourceGrid2.CellVirtualCollection.Enumerator.System#Collections#IEnumerator#Current">
  2345.             <summary>
  2346.             
  2347.             </summary>
  2348.         </member>
  2349.         <member name="T:SourceGrid2.ColumnInfo">
  2350.             <summary>
  2351.             Column Information
  2352.             </summary>
  2353.         </member>
  2354.         <member name="M:SourceGrid2.ColumnInfo.#ctor(SourceGrid2.GridVirtual)">
  2355.             <summary>
  2356.             Constructor
  2357.             </summary>
  2358.             <param name="p_Grid"></param>
  2359.         </member>
  2360.         <member name="M:SourceGrid2.ColumnInfo.Focus">
  2361.             <summary>
  2362.             Move the Focus to the first cell that can receive the focus of the current column otherwise put the focus to null.
  2363.             </summary>
  2364.             <returns></returns>
  2365.         </member>
  2366.         <member name="M:SourceGrid2.ColumnInfo.AutoSize(System.Boolean,System.Int32,System.Int32)">
  2367.             <summary>
  2368.             Auto size the current column with the max required width of all cells.
  2369.             </summary>
  2370.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2371.             <param name="StartRow">Start row to measure</param>
  2372.             <param name="EndRow">End row to measure</param>
  2373.         </member>
  2374.         <member name="M:SourceGrid2.ColumnInfo.AutoSize(System.Boolean)">
  2375.             <summary>
  2376.             Auto size the current column with the max required width of all cells.
  2377.             </summary>
  2378.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2379.         </member>
  2380.         <member name="M:SourceGrid2.ColumnInfo.Measure(System.Boolean)">
  2381.             <summary>
  2382.             Measures the current column when drawn with the specified cells.
  2383.             </summary>
  2384.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2385.             <returns>Returns the minimum width</returns>
  2386.         </member>
  2387.         <member name="M:SourceGrid2.ColumnInfo.Measure(System.Boolean,System.Int32,System.Int32)">
  2388.             <summary>
  2389.             Measures the current column when drawn with the specified cells.
  2390.             </summary>
  2391.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2392.             <param name="StartRow">Start row to measure</param>
  2393.             <param name="EndRow">End row to measure</param>
  2394.             <returns>Returns the minimum width</returns>
  2395.         </member>
  2396.         <member name="P:SourceGrid2.ColumnInfo.Width">
  2397.             <summary>
  2398.             Width of the current Column
  2399.             </summary>
  2400.         </member>
  2401.         <member name="P:SourceGrid2.ColumnInfo.Left">
  2402.             <summary>
  2403.             Left absolute position of the current Column
  2404.             </summary>
  2405.         </member>
  2406.         <member name="P:SourceGrid2.ColumnInfo.Right">
  2407.             <summary>
  2408.             Right of the column (Left+Width)
  2409.             </summary>
  2410.         </member>
  2411.         <member name="P:SourceGrid2.ColumnInfo.Index">
  2412.             <summary>
  2413.             Index of the current Column
  2414.             </summary>
  2415.         </member>
  2416.         <member name="P:SourceGrid2.ColumnInfo.Grid">
  2417.             <summary>
  2418.             Attached Grid
  2419.             </summary>
  2420.         </member>
  2421.         <member name="P:SourceGrid2.ColumnInfo.Cells">
  2422.             <summary>
  2423.             Gets or sets the cells at the specified column
  2424.             </summary>
  2425.         </member>
  2426.         <member name="P:SourceGrid2.ColumnInfo.Select">
  2427.             <summary>
  2428.             Gets or sets if the current row is selected. If only a column of the row is selected this property returns true.
  2429.             </summary>
  2430.         </member>
  2431.         <member name="P:SourceGrid2.ColumnInfo.Tag">
  2432.             <summary>
  2433.             A property that the user can use to insert custom informations associated to a specific column
  2434.             </summary>
  2435.         </member>
  2436.         <member name="P:SourceGrid2.ColumnInfo.AutoSizeMode">
  2437.             <summary>
  2438.             Flags for autosize and stretch
  2439.             </summary>
  2440.         </member>
  2441.         <member name="T:SourceGrid2.ColumnInfo.ColumnInfoCollection">
  2442.             <summary>
  2443.             Collection of ColumnInfo
  2444.             </summary>
  2445.         </member>
  2446.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.#ctor(SourceGrid2.GridVirtual)">
  2447.             <summary>
  2448.             Constructor
  2449.             </summary>
  2450.             <param name="p_grid"></param>
  2451.         </member>
  2452.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnAtPoint(System.Int32)">
  2453.             <summary>
  2454.             Calculate the Column that have the Left value smaller or equal than the point p_X, or -1 if not found found. ExactMatch = false
  2455.             </summary>
  2456.             <param name="p_X">Absolute point to search</param>
  2457.             <returns></returns>
  2458.         </member>
  2459.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnAtPoint(System.Int32,System.Boolean)">
  2460.             <summary>
  2461.             Calculate the Column that have the Left value smaller or equal than the point p_X, or -1 if not found found.
  2462.             </summary>
  2463.             <param name="p_X">X Coordinate to search for a column</param>
  2464.             <param name="p_ExactMatch">True to returns only exact position. For example if you use a point outside the range and this value is true no column is returned otherwise the nearest column is returned.</param>
  2465.             <returns></returns>
  2466.         </member>
  2467.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.IsValidRange(System.Int32,System.Int32)">
  2468.             <summary>
  2469.             Returns true if the range passed is valid
  2470.             </summary>
  2471.             <param name="p_StartIndex"></param>
  2472.             <param name="p_Count"></param>
  2473.             <returns></returns>
  2474.         </member>
  2475.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.IsValidRangeForInsert(System.Int32,System.Int32)">
  2476.             <summary>
  2477.             Returns true if the range passed is valid for insert method
  2478.             </summary>
  2479.             <param name="p_StartIndex"></param>
  2480.             <param name="p_Count"></param>
  2481.             <returns></returns>
  2482.         </member>
  2483.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.Insert(System.Int32,SourceGrid2.Cells.ICellVirtual[])">
  2484.             <summary>
  2485.             Insert a column at the specified position using the specified cells
  2486.             </summary>
  2487.             <param name="p_Index"></param>
  2488.             <param name="p_Cells">The new column values</param>
  2489.         </member>
  2490.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.Insert(System.Int32)">
  2491.             <summary>
  2492.             Insert a column at the specified position
  2493.             </summary>
  2494.             <param name="p_Index"></param>
  2495.         </member>
  2496.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.Remove(System.Int32)">
  2497.             <summary>
  2498.             Remove a column at the speicifed position
  2499.             </summary>
  2500.             <param name="p_Index"></param>
  2501.         </member>
  2502.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.InsertRange(System.Int32,System.Int32)">
  2503.             <summary>
  2504.             Insert the specified number of Columns at the specified position
  2505.             </summary>
  2506.             <param name="p_StartIndex"></param>
  2507.             <param name="p_Count"></param>
  2508.         </member>
  2509.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.RemoveRange(System.Int32,System.Int32)">
  2510.             <summary>
  2511.             Remove the ColumnInfo at the specified positions
  2512.             </summary>
  2513.             <param name="p_StartIndex"></param>
  2514.             <param name="p_Count"></param>
  2515.         </member>
  2516.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.Move(System.Int32,System.Int32)">
  2517.             <summary>
  2518.             Move a column from one position to another position
  2519.             </summary>
  2520.             <param name="p_CurrentColumnPosition"></param>
  2521.             <param name="p_NewColumnPosition"></param>
  2522.         </member>
  2523.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.Swap(System.Int32,System.Int32)">
  2524.             <summary>
  2525.             Change the position of column 1 with column 2.
  2526.             </summary>
  2527.             <param name="p_ColumnIndex1"></param>
  2528.             <param name="p_ColumnIndex2"></param>
  2529.         </member>
  2530.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.OnColumnsAdded(SourceGrid2.IndexRangeEventArgs)">
  2531.             <summary>
  2532.             Fired when the number of columns change
  2533.             </summary>
  2534.             <param name="e"></param>
  2535.         </member>
  2536.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.OnColumnsRemoved(SourceGrid2.IndexRangeEventArgs)">
  2537.             <summary>
  2538.             Fired when some columns are removed
  2539.             </summary>
  2540.             <param name="e"></param>
  2541.         </member>
  2542.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.OnColumnsRemoving(SourceGrid2.IndexRangeEventArgs)">
  2543.             <summary>
  2544.             Fired before some columns are removed
  2545.             </summary>
  2546.             <param name="e"></param>
  2547.         </member>
  2548.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.CalculateLeft(System.Int32)">
  2549.             <summary>
  2550.             Recalculate all the Left positions from the specified index
  2551.             </summary>
  2552.             <param name="p_StartIndex"></param>
  2553.         </member>
  2554.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.InvokeColumnWidthChanged(SourceGrid2.ColumnInfoEventArgs)">
  2555.             <summary>
  2556.             Execute the RowHeightChanged event
  2557.             </summary>
  2558.             <param name="e"></param>
  2559.         </member>
  2560.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.AutoSize(System.Boolean,System.Int32,System.Int32)">
  2561.             <summary>
  2562.             Auto size all the columns with the max required width of all cells.
  2563.             </summary>
  2564.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2565.             <param name="StartRow">Start row to measure</param>
  2566.             <param name="EndRow">End row to measure</param>
  2567.         </member>
  2568.         <member name="M:SourceGrid2.ColumnInfo.ColumnInfoCollection.AutoSize(System.Boolean)">
  2569.             <summary>
  2570.             Auto size all the columns with the max required width of all cells.
  2571.             </summary>
  2572.             <param name="useRowHeight">True to fix the row height when measure the column width.</param>
  2573.         </member>
  2574.         <member name="P:SourceGrid2.ColumnInfo.ColumnInfoCollection.Grid">
  2575.             <summary>
  2576.             Attached Grid
  2577.             </summary>
  2578.         </member>
  2579.         <member name="E:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnsAdded">
  2580.             <summary>
  2581.             Fired when the number of columns change
  2582.             </summary>
  2583.         </member>
  2584.         <member name="E:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnsRemoved">
  2585.             <summary>
  2586.             Fired when some columns are removed
  2587.             </summary>
  2588.         </member>
  2589.         <member name="E:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnsRemoving">
  2590.             <summary>
  2591.             Fired before some columns are removed
  2592.             </summary>
  2593.         </member>
  2594.         <member name="P:SourceGrid2.ColumnInfo.ColumnInfoCollection.Item(System.Int32)">
  2595.             <summary>
  2596.             Indexer. Returns a ColumnInfo at the specified position
  2597.             </summary>
  2598.         </member>
  2599.         <member name="P:SourceGrid2.ColumnInfo.ColumnInfoCollection.Right">
  2600.             <summary>
  2601.             Returns the maximum right value of the columns. Calculated with Columns[lastCol].Right or 0 if no columns are presents.
  2602.             </summary>
  2603.         </member>
  2604.         <member name="P:SourceGrid2.ColumnInfo.ColumnInfoCollection.Left">
  2605.             <summary>
  2606.             Returns the minimum left value of the columns. Calculated with Columns[0].Left or 0 if no columns are presents.
  2607.             </summary>
  2608.         </member>
  2609.         <member name="E:SourceGrid2.ColumnInfo.ColumnInfoCollection.ColumnWidthChanged">
  2610.             <summary>
  2611.             Fired when the user change the Width property of one of the Column
  2612.             </summary>
  2613.         </member>
  2614.         <member name="P:SourceGrid2.ColumnInfo.ColumnInfoCollection.AutoCalculateLeft">
  2615.             <summary>
  2616.             Indicates if auto recalculate left position when width value change. Default = true. Can be used when you need to change many Width value for example for an AutoSize operation to increase performance.
  2617.             </summary>
  2618.         </member>
  2619.         <member name="T:SourceGrid2.CustomScrollControl">
  2620.             <summary>
  2621.             A control with a custom implementation of a scrollable area
  2622.             </summary>
  2623.         </member>
  2624.         <member name="M:SourceGrid2.CustomScrollControl.#ctor">
  2625.             <summary>
  2626.             Constructor
  2627.             </summary>
  2628.         </member>
  2629.         <member name="M:SourceGrid2.CustomScrollControl.InvalidateScrollableArea">
  2630.             <summary>
  2631.             Invalidate the scrollable area
  2632.             </summary>
  2633.         </member>
  2634.         <member name="M:SourceGrid2.CustomScrollControl.RectangleAbsoluteToRelative(System.Drawing.Rectangle)">
  2635.             <summary>
  2636.             Convert an absolute rectangle from the total scrolling area to the current displayrectangle.
  2637.             </summary>
  2638.             <param name="p_AbsoluteRectangle"></param>
  2639.             <returns></returns>
  2640.         </member>
  2641.         <member name="M:SourceGrid2.CustomScrollControl.RectangleRelativeToAbsolute(System.Drawing.Rectangle)">
  2642.             <summary>
  2643.             Convert a relative rectangle from the current displayrectangle to an absolute rectangle for the current scrolling area.
  2644.             </summary>
  2645.             <param name="p_RelativeRectangle"></param>
  2646.             <returns></returns>
  2647.         </member>
  2648.         <member name="M:SourceGrid2.CustomScrollControl.PointRelativeToAbsolute(System.Drawing.Point)">
  2649.             <summary>
  2650.             Convert a relative point from the current displayrectangle to an absolute point to the total scrolling area.
  2651.             </summary>
  2652.             <param name="p_RelativePoint"></param>
  2653.             <returns></returns>
  2654.         </member>
  2655.         <member name="M:SourceGrid2.CustomScrollControl.PointAbsoluteToRelative(System.Drawing.Point)">
  2656.             <summary>
  2657.             Convert a absolute point from an absolute point to the current displayrectangle of the grid.
  2658.             </summary>
  2659.             <param name="p_AbsolutePoint"></param>
  2660.             <returns></returns>
  2661.         </member>
  2662.         <member name="M:SourceGrid2.CustomScrollControl.RemoveHScrollBar">
  2663.             <summary>
  2664.             Remove the horizontal scrollbar
  2665.             </summary>
  2666.         </member>
  2667.         <member name="M:SourceGrid2.CustomScrollControl.RemoveVScrollBar">
  2668.             <summary>
  2669.             Remove the vertical scrollbar
  2670.             </summary>
  2671.         </member>
  2672.         <member name="M:SourceGrid2.CustomScrollControl.InsertHScrollBar">
  2673.             <summary>
  2674.             Insert the horizontal scroll bar
  2675.             </summary>
  2676.         </member>
  2677.         <member name="M:SourceGrid2.CustomScrollControl.InsertVScrollBar">
  2678.             <summary>
  2679.             Insert the vertical scroll bar
  2680.             </summary>
  2681.         </member>
  2682.         <member name="M:SourceGrid2.CustomScrollControl.RecalcHScrollBar">
  2683.             <summary>
  2684.             recalculate the position of the horizontal scrollbar
  2685.             </summary>
  2686.         </member>
  2687.         <member name="M:SourceGrid2.CustomScrollControl.RecalcVScrollBar">
  2688.             <summary>
  2689.             Recalculate the position of the vertical scrollbar
  2690.             </summary>
  2691.         </member>
  2692.         <member name="M:SourceGrid2.CustomScrollControl.RecalcCustomScrollBars">
  2693.             <summary>
  2694.             Recalculate the scrollbars position and size
  2695.             </summary>
  2696.         </member>
  2697.         <member name="M:SourceGrid2.CustomScrollControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
  2698.             <summary>
  2699.             OnLayout Method
  2700.             </summary>
  2701.             <param name="e"></param>
  2702.         </member>
  2703.         <member name="M:SourceGrid2.CustomScrollControl.OnVScrollPositionChanged(SourceGrid2.ScrollPositionChangedEventArgs)">
  2704.             <summary>
  2705.             Fired when the scroll vertical posizion change
  2706.             </summary>
  2707.             <param name="e"></param>
  2708.         </member>
  2709.         <member name="M:SourceGrid2.CustomScrollControl.OnHScrollPositionChanged(SourceGrid2.ScrollPositionChangedEventArgs)">
  2710.             <summary>
  2711.             Fired when the scroll horizontal posizion change
  2712.             </summary>
  2713.             <param name="e"></param>
  2714.         </member>
  2715.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollPageDown">
  2716.             <summary>
  2717.             Scroll the page down
  2718.             </summary>
  2719.         </member>
  2720.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollPageUp">
  2721.             <summary>
  2722.             Scroll the page up
  2723.             </summary>
  2724.         </member>
  2725.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollPageRight">
  2726.             <summary>
  2727.             Scroll the page right
  2728.             </summary>
  2729.         </member>
  2730.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollPageLeft">
  2731.             <summary>
  2732.             Scroll the page left
  2733.             </summary>
  2734.         </member>
  2735.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollLineDown">
  2736.             <summary>
  2737.             Scroll the page down one line
  2738.             </summary>
  2739.         </member>
  2740.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollLineUp">
  2741.             <summary>
  2742.             Scroll the page up one line
  2743.             </summary>
  2744.         </member>
  2745.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollLineRight">
  2746.             <summary>
  2747.             Scroll the page right one line
  2748.             </summary>
  2749.         </member>
  2750.         <member name="M:SourceGrid2.CustomScrollControl.CustomScrollLineLeft">
  2751.             <summary>
  2752.             Scroll the page left one line
  2753.             </summary>
  2754.         </member>
  2755.         <member name="P:SourceGrid2.CustomScrollControl.AutoScroll">
  2756.             <summary>
  2757.             I disabled the default AutoScroll property because I have a custom implementation
  2758.             </summary>
  2759.         </member>
  2760.         <member name="P:SourceGrid2.CustomScrollControl.VScrollBar">
  2761.             <summary>
  2762.             Represent the vertical scrollbar. Can be null.
  2763.             </summary>
  2764.         </member>
  2765.         <member name="P:SourceGrid2.CustomScrollControl.HScrollBar">
  2766.             <summary>
  2767.             Represent the horizontal scrollbar. Can be null.
  2768.             </summary>
  2769.         </member>
  2770.         <member name="P:SourceGrid2.CustomScrollControl.BottomRightPanel">
  2771.             <summary>
  2772.             Represent the panel at the bottom right of the control. This panel is valid only if HScrollBar and VScrollBar are valid. Otherwise is null.
  2773.             </summary>
  2774.         </member>
  2775.         <member name="P:SourceGrid2.CustomScrollControl.CustomScrollArea">
  2776.             <summary>
  2777.             Represent the logical area of the control that must be used for scrolling
  2778.             </summary>
  2779.         </member>
  2780.         <member name="P:SourceGrid2.CustomScrollControl.CustomScrollPosition">
  2781.             <summary>
  2782.             Represent the current scroll position relative to the CustomScrollArea. The value must be always between 0 and - CustomScrollArea (0 or negative).
  2783.             </summary>
  2784.         </member>
  2785.         <member name="P:SourceGrid2.CustomScrollControl.DisplayRectangle">
  2786.             <summary>
  2787.             Display rectangle of the control, without ScrollBars
  2788.             </summary>
  2789.         </member>
  2790.         <member name="P:SourceGrid2.CustomScrollControl.MaximumVScroll">
  2791.             <summary>
  2792.             Return the maximum position that can be scrolled
  2793.             </summary>
  2794.         </member>
  2795.         <member name="P:SourceGrid2.CustomScrollControl.MinimumVScroll">
  2796.             <summary>
  2797.             Return the minimum position that can be scrolled
  2798.             </summary>
  2799.         </member>
  2800.         <member name="P:SourceGrid2.CustomScrollControl.MinimumHScroll">
  2801.             <summary>
  2802.             Return the minimum position that can be scrolled
  2803.             </summary>
  2804.         </member>
  2805.         <member name="P:SourceGrid2.CustomScrollControl.MaximumHScroll">
  2806.             <summary>
  2807.             Return the maximum position that can be scrolled
  2808.             </summary>
  2809.         </member>
  2810.         <member name="E:SourceGrid2.CustomScrollControl.VScrollPositionChanged">
  2811.             <summary>
  2812.             Fired when the scroll vertical posizion change
  2813.             </summary>
  2814.         </member>
  2815.         <member name="E:SourceGrid2.CustomScrollControl.HScrollPositionChanged">
  2816.             <summary>
  2817.             Fired when the scroll horizontal posizion change
  2818.             </summary>
  2819.         </member>
  2820.         <member name="T:SourceGrid2.GridSelectionMode">
  2821.             <summary>
  2822.             Selection Mode
  2823.             </summary>
  2824.         </member>
  2825.         <member name="T:SourceGrid2.GridSortMode">
  2826.             <summary>
  2827.             Sort Mode
  2828.             </summary>
  2829.         </member>
  2830.         <member name="T:SourceGrid2.ContextMenuStyle">
  2831.             <summary>
  2832.             ContextMenuStyle (Flags)
  2833.             </summary>
  2834.         </member>
  2835.         <member name="T:SourceGrid2.EditableMode">
  2836.             <summary>
  2837.             EditableMode Cell mode (Flags)
  2838.             </summary>
  2839.         </member>
  2840.         <member name="F:SourceGrid2.EditableMode.None">
  2841.             <summary>
  2842.             No edit support
  2843.             </summary>
  2844.         </member>
  2845.         <member name="F:SourceGrid2.EditableMode.F2Key">
  2846.             <summary>
  2847.             Edit the cell with F2 key ( 1 )
  2848.             </summary>
  2849.         </member>
  2850.         <member name="F:SourceGrid2.EditableMode.DoubleClick">
  2851.             <summary>
  2852.             Edit the cell with a double click (2)
  2853.             </summary>
  2854.         </member>
  2855.         <member name="F:SourceGrid2.EditableMode.SingleClick">
  2856.             <summary>
  2857.             Edit a cell with a single Key (4)
  2858.             </summary>
  2859.         </member>
  2860.         <member name="F:SourceGrid2.EditableMode.AnyKey">
  2861.             <summary>
  2862.             Edit the cell pressing any keys (8 + F2Key)
  2863.             </summary>
  2864.         </member>
  2865.         <member name="F:SourceGrid2.EditableMode.Focus">
  2866.             <summary>
  2867.             Edit the cell when it receive the focus (16)
  2868.             </summary>
  2869.         </member>
  2870.         <member name="F:SourceGrid2.EditableMode.Default">
  2871.             <summary>
  2872.             DoubleClick + F2Key
  2873.             </summary>
  2874.         </member>
  2875.         <member name="T:SourceGrid2.CellResizeMode">
  2876.             <summary>
  2877.             Type of resize of the cells (Flags)
  2878.             </summary>
  2879.         </member>
  2880.         <member name="T:SourceGrid2.ExportHTMLMode">
  2881.             <summary>
  2882.             Flags for the export html features (Flags)
  2883.             </summary>
  2884.         </member>
  2885.         <member name="T:SourceGrid2.GridSpecialKeys">
  2886.             <summary>
  2887.             Special keys that the grid can handle. You can change this enum to block or allow some special keys function. (Flags)
  2888.             </summary>
  2889.         </member>
  2890.         <member name="F:SourceGrid2.GridSpecialKeys.None">
  2891.             <summary>
  2892.             No keys
  2893.             </summary>
  2894.         </member>
  2895.         <member name="F:SourceGrid2.GridSpecialKeys.Ctrl_C">
  2896.             <summary>
  2897.             Ctrl+C for Copy selection operation
  2898.             </summary>
  2899.         </member>
  2900.         <member name="F:SourceGrid2.GridSpecialKeys.Ctrl_V">
  2901.             <summary>
  2902.             Ctrl+V for paste selection operation
  2903.             </summary>
  2904.         </member>
  2905.         <member name="F:SourceGrid2.GridSpecialKeys.Ctrl_X">
  2906.             <summary>
  2907.             Ctrl+X for cut selection operation
  2908.             </summary>
  2909.         </member>
  2910.         <member name="F:SourceGrid2.GridSpecialKeys.Delete">
  2911.             <summary>
  2912.             Delete key, for Clear selection operation
  2913.             </summary>
  2914.         </member>
  2915.         <member name="F:SourceGrid2.GridSpecialKeys.Arrows">
  2916.             <summary>
  2917.             Arrows keys, for moving focus cell operation
  2918.             </summary>
  2919.         </member>
  2920.         <member name="F:SourceGrid2.GridSpecialKeys.Tab">
  2921.             <summary>
  2922.             Tab and Shift+Tab keys, for moving focus cell operation
  2923.             </summary>
  2924.         </member>
  2925.         <member name="F:SourceGrid2.GridSpecialKeys.PageDownUp">
  2926.             <summary>
  2927.             PageDown and PageUp keys, for page operation
  2928.             </summary>
  2929.         </member>
  2930.         <member name="F:SourceGrid2.GridSpecialKeys.Enter">
  2931.             <summary>
  2932.             Enter key, for apply editing operation
  2933.             </summary>
  2934.         </member>
  2935.         <member name="F:SourceGrid2.GridSpecialKeys.Escape">
  2936.             <summary>
  2937.             Escape key, for cancel editing operation
  2938.             </summary>
  2939.         </member>
  2940.         <member name="F:SourceGrid2.GridSpecialKeys.Control">
  2941.             <summary>
  2942.             Control key, for selection operations. Enables the selection of non adjacent cells
  2943.             </summary>
  2944.         </member>
  2945.         <member name="F:SourceGrid2.GridSpecialKeys.Shift">
  2946.             <summary>
  2947.             Shift key, for selection operations. Enables the selection of the range from the focused cell to the selected cells.
  2948.             </summary>
  2949.         </member>
  2950.         <member name="F:SourceGrid2.GridSpecialKeys.Default">
  2951.             <summary>
  2952.             Default: Arrows|Ctrl_C|Ctrl_V|Ctrl_X|Delete|Tab|PageDownUp
  2953.             </summary>
  2954.         </member>
  2955.         <member name="T:SourceGrid2.CellPositionType">
  2956.             <summary>
  2957.             Position type of the cell. Look at the .vsd diagram for details.
  2958.             </summary>
  2959.         </member>
  2960.         <member name="F:SourceGrid2.CellPositionType.Empty">
  2961.             <summary>
  2962.             Empty Cell
  2963.             </summary>
  2964.         </member>
  2965.         <member name="F:SourceGrid2.CellPositionType.FixedTopLeft">
  2966.             <summary>
  2967.             Fixed Top+Left Cell
  2968.             </summary>
  2969.         </member>
  2970.         <member name="F:SourceGrid2.CellPositionType.FixedTop">
  2971.             <summary>
  2972.             Fixed Top Cell
  2973.             </summary>
  2974.         </member>
  2975.         <member name="F:SourceGrid2.CellPositionType.FixedLeft">
  2976.             <summary>
  2977.             Fixed Left cell
  2978.             </summary>
  2979.         </member>
  2980.         <member name="F:SourceGrid2.CellPositionType.Scrollable">
  2981.             <summary>
  2982.             Scrollable Cell
  2983.             </summary>
  2984.         </member>
  2985.         <member name="T:SourceGrid2.SelectionChangeEventType">
  2986.             <summary>
  2987.             SelectionChangeEventType
  2988.             </summary>
  2989.         </member>
  2990.         <member name="F:SourceGrid2.SelectionChangeEventType.Add">
  2991.             <summary>
  2992.             Add
  2993.             </summary>
  2994.         </member>
  2995.         <member name="F:SourceGrid2.SelectionChangeEventType.Remove">
  2996.             <summary>
  2997.             Remove
  2998.             </summary>
  2999.         </member>
  3000.         <member name="F:SourceGrid2.SelectionChangeEventType.Clear">
  3001.             <summary>
  3002.             Clear
  3003.             </summary>
  3004.         </member>
  3005.         <member name="T:SourceGrid2.FocusStyle">
  3006.             <summary>
  3007.             FocusStyle (Flags). Used to customize the style of the focus.
  3008.             </summary>
  3009.         </member>
  3010.         <member name="F:SourceGrid2.FocusStyle.RemoveFocusCellOnLeave">
  3011.             <summary>
  3012.             Remove the focus cell when the grid lost the focus
  3013.             </summary>
  3014.         </member>
  3015.         <member name="F:SourceGrid2.FocusStyle.RemoveSelectionOnLeave">
  3016.             <summary>
  3017.             Remove the selection when the grid lost the focus
  3018.             </summary>
  3019.         </member>
  3020.         <member name="F:SourceGrid2.FocusStyle.Default">
  3021.             <summary>
  3022.             The default value for this flags: None
  3023.             </summary>
  3024.         </member>
  3025.         <member name="T:SourceGrid2.AutoSizeMode">
  3026.             <summary>
  3027.             AutoSizeMode (Flags)
  3028.             </summary>
  3029.         </member>
  3030.         <member name="F:SourceGrid2.AutoSizeMode.EnableAutoSize">
  3031.             <summary>
  3032.             Enable the AutoSize
  3033.             </summary>
  3034.         </member>
  3035.         <member name="F:SourceGrid2.AutoSizeMode.EnableStretch">
  3036.             <summary>
  3037.             Enable Stretch operation
  3038.             </summary>
  3039.         </member>
  3040.         <member name="F:SourceGrid2.AutoSizeMode.MinimumSize">
  3041.             <summary>
  3042.             If this flag is selected the Measure function returns always the minimum column/row size and don't calculate the real required size. This flag can be used to don't consider the content of a column/row
  3043.             </summary>
  3044.         </member>
  3045.         <member name="F:SourceGrid2.AutoSizeMode.Default">
  3046.             <summary>
  3047.             Default: EnableAutoSize, EnableStretch
  3048.             </summary>
  3049.         </member>
  3050.         <member name="T:SourceGrid2.SelectionBorderMode">
  3051.             <summary>
  3052.             SelectionBorderMode. Used with Grid.Selection.BorderMode property
  3053.             </summary>
  3054.         </member>
  3055.         <member name="F:SourceGrid2.SelectionBorderMode.None">
  3056.             <summary>
  3057.             Don't draw a border around each selection range
  3058.             </summary>
  3059.         </member>
  3060.         <member name="F:SourceGrid2.SelectionBorderMode.Selection">
  3061.             <summary>
  3062.             Draw a border around each selection range
  3063.             </summary>
  3064.         </member>
  3065.         <member name="F:SourceGrid2.SelectionBorderMode.Auto">
  3066.             <summary>
  3067.             Draw a border around the selection range only is there is only one range selected or around the focus cell
  3068.             </summary>
  3069.         </member>
  3070.         <member name="F:SourceGrid2.SelectionBorderMode.FocusCell">
  3071.             <summary>
  3072.             Draw a border around the focusl cell
  3073.             </summary>
  3074.         </member>
  3075.         <member name="T:SourceGrid2.SelectionMaskStyle">
  3076.             <summary>
  3077.             SelectionmaskStyle, used to customize the visual style of the selection mask. (Flags)
  3078.             </summary>
  3079.         </member>
  3080.         <member name="F:SourceGrid2.SelectionMaskStyle.None">
  3081.             <summary>
  3082.             None. No special flags
  3083.             </summary>
  3084.         </member>
  3085.         <member name="F:SourceGrid2.SelectionMaskStyle.DrawOnlyInitializedCells">
  3086.             <summary>
  3087.             Used to draw only initialized cells. If you have uninitialized cell (you don't create a cell for a specific position: grid[0,0] = null;) the selection mask is not drawed on this cell. Consider that with this flags the drawing method is more complex and slow.If you use this flag the border can only be set to FocusCell or None.
  3088.             </summary>
  3089.         </member>
  3090.         <member name="F:SourceGrid2.SelectionMaskStyle.Default">
  3091.             <summary>
  3092.             Default value: None
  3093.             </summary>
  3094.         </member>
  3095.         <member name="T:SourceGrid2.RowEventArgs">
  3096.             <summary>
  3097.             EventArgs used by the FocusRowEnter
  3098.             </summary>
  3099.         </member>
  3100.         <member name="M:SourceGrid2.RowEventArgs.#ctor(SourceGrid2.RowInfo)">
  3101.             <summary>
  3102.             Constructor
  3103.             </summary>
  3104.             <param name="pRow"></param>
  3105.         </member>
  3106.         <member name="P:SourceGrid2.RowEventArgs.Row">
  3107.             <summary>
  3108.             Row
  3109.             </summary>
  3110.         </member>
  3111.         <member name="T:SourceGrid2.RowEventHandler">
  3112.             <summary>
  3113.             EventHandler used by the FocusRowEnter
  3114.             </summary>
  3115.         </member>
  3116.         <member name="T:SourceGrid2.RowCancelEventArgs">
  3117.             <summary>
  3118.             EventArgs used by the FocusRowLeaving
  3119.             </summary>
  3120.         </member>
  3121.         <member name="M:SourceGrid2.RowCancelEventArgs.#ctor(SourceGrid2.RowInfo)">
  3122.             <summary>
  3123.             Constructor
  3124.             </summary>
  3125.             <param name="pRow"></param>
  3126.         </member>
  3127.         <member name="P:SourceGrid2.RowCancelEventArgs.Cancel">
  3128.             <summary>
  3129.             Row
  3130.             </summary>
  3131.         </member>
  3132.         <member name="T:SourceGrid2.RowCancelEventHandler">
  3133.             <summary>
  3134.             EventHandler used by the FocusRowLeaving
  3135.             </summary>
  3136.         </member>
  3137.         <member name="T:SourceGrid2.ColumnEventArgs">
  3138.             <summary>
  3139.             EventArgs used by the FocusColumnEnter
  3140.             </summary>
  3141.         </member>
  3142.         <member name="M:SourceGrid2.ColumnEventArgs.#ctor(SourceGrid2.ColumnInfo)">
  3143.             <summary>
  3144.             Constructor
  3145.             </summary>
  3146.             <param name="pColumn"></param>
  3147.         </member>
  3148.         <member name="P:SourceGrid2.ColumnEventArgs.Column">
  3149.             <summary>
  3150.             Column
  3151.             </summary>
  3152.         </member>
  3153.         <member name="T:SourceGrid2.ColumnEventHandler">
  3154.             <summary>
  3155.             EventHandled used by the FocusColumnEnter
  3156.             </summary>
  3157.         </member>
  3158.         <member name="T:SourceGrid2.ColumnCancelEventArgs">
  3159.             <summary>
  3160.             EventArgs used by the FocusColumnLeaving
  3161.             </summary>
  3162.         </member>
  3163.         <member name="M:SourceGrid2.ColumnCancelEventArgs.#ctor(SourceGrid2.ColumnInfo)">
  3164.             <summary>
  3165.             Constructor
  3166.             </summary>
  3167.             <param name="pColumn"></param>
  3168.         </member>
  3169.         <member name="P:SourceGrid2.ColumnCancelEventArgs.Cancel">
  3170.             <summary>
  3171.             Column
  3172.             </summary>
  3173.         </member>
  3174.         <member name="T:SourceGrid2.ColumnCancelEventHandler">
  3175.             <summary>
  3176.             EventHandled used by the FocusColumnLeave and FocusColumnEnter
  3177.             </summary>
  3178.         </member>
  3179.         <member name="T:SourceGrid2.PositionCancelEventArgs">
  3180.             <summary>
  3181.             EventArgs that represents a cell position and a cancel parameters. Extends PositionEventArgs
  3182.             </summary>
  3183.         </member>
  3184.         <member name="M:SourceGrid2.PositionCancelEventArgs.#ctor(SourceGrid2.Position,SourceGrid2.Cells.ICellVirtual)">
  3185.             <summary>
  3186.             Constructor
  3187.             </summary>
  3188.             <param name="p_Position"></param>
  3189.             <param name="p_Cell"></param>
  3190.         </member>
  3191.         <member name="P:SourceGrid2.PositionCancelEventArgs.Cancel">
  3192.             <summary>
  3193.             Cancel parameter: default is false
  3194.             </summary>
  3195.         </member>
  3196.         <member name="T:SourceGrid2.PositionCancelEventHandler">
  3197.             <summary>
  3198.             PositionCancel Event Handler.
  3199.             </summary>
  3200.         </member>
  3201.         <member name="T:SourceGrid2.CellLostFocusEventArgs">
  3202.             <summary>
  3203.             Cell Lost Focus event arguments with the old position and the new position. Extends PositionCancelEventArgs.
  3204.             </summary>
  3205.         </member>
  3206.         <member name="M:SourceGrid2.CellLostFocusEventArgs.#ctor(SourceGrid2.Position,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position)">
  3207.             <summary>
  3208.             Constructor
  3209.             </summary>
  3210.             <param name="pPositionLostFocus"></param>
  3211.             <param name="pCellLostFocus"></param>
  3212.             <param name="pNewFocusPosition">If Empty there isn't a cell that will receive the focus.</param>
  3213.         </member>
  3214.         <member name="P:SourceGrid2.CellLostFocusEventArgs.NewFocusPosition">
  3215.             <summary>
  3216.             Position that will receive the focus. If Empty there isn't a cell that will receive the focus.
  3217.             </summary>
  3218.         </member>
  3219.         <member name="T:SourceGrid2.CellLostFocusEventHandler">
  3220.             <summary>
  3221.             Cell Lost Focus event handler
  3222.             </summary>
  3223.         </member>
  3224.         <member name="T:SourceGrid2.CellGotFocusEventArgs">
  3225.             <summary>
  3226.             Cell Got Focus event arguments with the old position and the new position. Extends PositionCancelEventArgs.
  3227.             </summary>
  3228.         </member>
  3229.         <member name="P:SourceGrid2.CellGotFocusEventArgs.OldFocusPosition">
  3230.             <summary>
  3231.             Position that previous has the focus. If Empty there is no cell with the focus..
  3232.             </summary>
  3233.         </member>
  3234.         <member name="T:SourceGrid2.CellGotFocusEventHandler">
  3235.             <summary>
  3236.             Cell Lost Focus event handler
  3237.             </summary>
  3238.         </member>
  3239.         <member name="T:SourceGrid2.frmCellSize">
  3240.             <summary>
  3241.             Summary description for frmCellSize.
  3242.             </summary>
  3243.         </member>
  3244.         <member name="F:SourceGrid2.frmCellSize.components">
  3245.             <summary>
  3246.             Required designer variable.
  3247.             </summary>
  3248.         </member>
  3249.         <member name="M:SourceGrid2.frmCellSize.Dispose(System.Boolean)">
  3250.             <summary>
  3251.             Clean up any resources being used.
  3252.             </summary>
  3253.         </member>
  3254.         <member name="M:SourceGrid2.frmCellSize.InitializeComponent">
  3255.             <summary>
  3256.             Required method for Designer support - do not modify
  3257.             the contents of this method with the code editor.
  3258.             </summary>
  3259.         </member>
  3260.         <member name="T:SourceGrid2.GridContextMenu">
  3261.             <summary>
  3262.             A class derived from ContextMenu but that is syncronized with the grid using the ContextMenuStyle property
  3263.             </summary>
  3264.         </member>
  3265.         <member name="M:SourceGrid2.GridContextMenu.#ctor(SourceGrid2.GridVirtual)">
  3266.             <summary>
  3267.             Constructor
  3268.             </summary>
  3269.             <param name="p_Grid">The grid to sync with</param>
  3270.         </member>
  3271.         <member name="M:SourceGrid2.GridContextMenu.OnPopup(System.EventArgs)">
  3272.             <summary>
  3273.             Fired when the contextmenu is showed
  3274.             </summary>
  3275.             <param name="e"></param>
  3276.         </member>
  3277.         <member name="P:SourceGrid2.GridContextMenu.Grid">
  3278.             <summary>
  3279.             Grid to sync
  3280.             </summary>
  3281.         </member>
  3282.         <member name="T:SourceGrid2.GridPaint">
  3283.             <summary>
  3284.             Class with some static methods for painting cells, grid and borders
  3285.             </summary>
  3286.         </member>
  3287.         <member name="M:SourceGrid2.GridPaint.#ctor">
  3288.             <summary>
  3289.             Constructor
  3290.             </summary>
  3291.         </member>
  3292.         <member name="M:SourceGrid2.GridPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,SourceGrid2.RectangleBorder)">
  3293.             <summary>
  3294.             Draw a border
  3295.             </summary>
  3296.             <param name="graphics"></param>
  3297.             <param name="rectangle"></param>
  3298.             <param name="border"></param>
  3299.         </member>
  3300.         <member name="M:SourceGrid2.GridPaint.DrawImageAndText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,SourceLibrary.Drawing.ContentAlignment,System.Boolean,System.String,System.Drawing.StringFormat,System.Boolean,SourceGrid2.RectangleBorder,System.Drawing.Color,System.Drawing.Font)">
  3301.             <summary>
  3302.             Paint the Text and the Image passed
  3303.             </summary>
  3304.             <param name="g">Graphics device where you can render your image and text</param>
  3305.             <param name="p_displayRectangle">Relative rectangle based on the display area</param>
  3306.             <param name="p_Image">Image to draw. Can be null.</param>
  3307.             <param name="p_ImageAlignment">Alignment of the image</param>
  3308.             <param name="p_ImageStretch">True to make the draw the image with the same size of the cell</param>
  3309.             <param name="p_Text">Text to draw (can be null)</param>
  3310.             <param name="p_StringFormat">String format (can be null)</param>
  3311.             <param name="p_AlignTextToImage">True to align the text with the image</param>
  3312.             <param name="p_Border">Cell Border</param>
  3313.             <param name="p_TextColor">Text Color</param>
  3314.             <param name="p_TextFont">Text Font(can be null)</param>
  3315.         </member>
  3316.         <member name="T:SourceGrid2.GridSubPanel">
  3317.             <summary>
  3318.             Summary description for GridSubPanel.
  3319.             </summary>
  3320.         </member>
  3321.         <member name="M:SourceGrid2.GridSubPanel.#ctor(SourceGrid2.GridVirtual,System.Boolean)">
  3322.             <summary>
  3323.             Constructor
  3324.             </summary>
  3325.             <param name="p_GridContainer"></param>
  3326.             <param name="p_CustomDraw">True to use custom draw function.</param>
  3327.         </member>
  3328.         <member name="M:SourceGrid2.GridSubPanel.IsInputKey(System.Windows.Forms.Keys)">
  3329.             <summary>
  3330.             Allow the grid to handle specials keys like Arrows and Tab. See also Grid.SpecialKeys
  3331.             </summary>
  3332.             <param name="keyData"></param>
  3333.             <returns></returns>
  3334.         </member>
  3335.         <member name="M:SourceGrid2.GridSubPanel.PositionAtPointGrid(System.Drawing.Point)">
  3336.             <summary>
  3337.             Returns the cell at the specified grid view relative point (the point must be relative to the grid display region not to the panel display region)
  3338.             </summary>
  3339.             <param name="p_RelativeViewPoint">Point</param>
  3340.             <returns></returns>
  3341.         </member>
  3342.         <member name="M:SourceGrid2.GridSubPanel.RangeAtDisplayRect(System.Drawing.Rectangle)">
  3343.             <summary>
  3344.             Returns a range of cells from the specified rectangle, relative to the current grid container, using scrolling information.
  3345.             </summary>
  3346.             <param name="p_RelativeRect">A grid relative rectangle (not panel relative)</param>
  3347.             <returns></returns>
  3348.         </member>
  3349.         <member name="M:SourceGrid2.GridSubPanel.RangeAtAbsRect(System.Drawing.Rectangle)">
  3350.             <summary>
  3351.             Returns a range of cells from the specified absolute rectangle. Returns Empty if no valid cells are found.
  3352.             </summary>
  3353.             <param name="p_AbsoluteRect"></param>
  3354.             <returns></returns>
  3355.         </member>
  3356.         <member name="M:SourceGrid2.GridSubPanel.PointGridToPanel(System.Drawing.Point)">
  3357.             <summary>
  3358.             Convert a grid relative point to a panel relative point
  3359.             </summary>
  3360.             <param name="p_GridPoint"></param>
  3361.             <returns></returns>
  3362.         </member>
  3363.         <member name="M:SourceGrid2.GridSubPanel.PointPanelToGrid(System.Drawing.Point)">
  3364.             <summary>
  3365.             Convert a panel relative point to a grid relative point
  3366.             </summary>
  3367.             <param name="p_PanelPoint"></param>
  3368.             <returns></returns>
  3369.         </member>
  3370.         <member name="M:SourceGrid2.GridSubPanel.RectanglePanelToGrid(System.Drawing.Rectangle)">
  3371.             <summary>
  3372.             Converts a panel coordinate rectangle to Grid coordinate rectangle
  3373.             </summary>
  3374.             <param name="p_PanelRectangle"></param>
  3375.             <returns></returns>
  3376.         </member>
  3377.         <member name="M:SourceGrid2.GridSubPanel.RectangleGridToPanel(System.Drawing.Rectangle)">
  3378.             <summary>
  3379.             Converts a grid coordinate rectangle to Panel coordinate rectangle
  3380.             </summary>
  3381.             <param name="p_GridRectangle"></param>
  3382.             <returns></returns>
  3383.         </member>
  3384.         <member name="P:SourceGrid2.GridSubPanel.Grid">
  3385.             <summary>
  3386.             Grid
  3387.             </summary>
  3388.         </member>
  3389.         <member name="P:SourceGrid2.GridSubPanel.CompleteRange">
  3390.             <summary>
  3391.             Returns a Range that represents the complete cells of the panel
  3392.             </summary>
  3393.         </member>
  3394.         <member name="P:SourceGrid2.GridSubPanel.ToolTipText">
  3395.             <summary>
  3396.             ToolTip text
  3397.             </summary>
  3398.         </member>
  3399.         <member name="P:SourceGrid2.GridSubPanel.ToolTipActive">
  3400.             <summary>
  3401.             ToolTip active
  3402.             </summary>
  3403.         </member>
  3404.         <member name="P:SourceGrid2.GridSubPanel.ControlsRepository">
  3405.             <summary>
  3406.             A collection of controls used for editing operations
  3407.             </summary>
  3408.         </member>
  3409.         <member name="T:SourceGrid2.Position">
  3410.             <summary>
  3411.             Represents a cell position (Row, Col). Once created connot be modified
  3412.             </summary>
  3413.         </member>
  3414.         <member name="F:SourceGrid2.Position.c_EmptyIndex">
  3415.             <summary>
  3416.             An empty index constant
  3417.             </summary>
  3418.         </member>
  3419.         <member name="M:SourceGrid2.Position.#ctor(System.Int32,System.Int32)">
  3420.             <summary>
  3421.             Constructor
  3422.             </summary>
  3423.             <param name="p_Row"></param>
  3424.             <param name="p_Col"></param>
  3425.         </member>
  3426.         <member name="F:SourceGrid2.Position.Empty">
  3427.             <summary>
  3428.             Empty position
  3429.             </summary>
  3430.         </member>
  3431.         <member name="M:SourceGrid2.Position.IsEmpty">
  3432.             <summary>
  3433.             Returns true if the current struct is empty
  3434.             </summary>
  3435.             <returns></returns>
  3436.         </member>
  3437.         <member name="M:SourceGrid2.Position.GetHashCode">
  3438.             <summary>
  3439.             GetHashCode
  3440.             </summary>
  3441.             <returns></returns>
  3442.         </member>
  3443.         <member name="M:SourceGrid2.Position.Equals(SourceGrid2.Position)">
  3444.             <summary>
  3445.             
  3446.             </summary>
  3447.             <param name="p_Position"></param>
  3448.             <returns></returns>
  3449.         </member>
  3450.         <member name="M:SourceGrid2.Position.Equals(System.Object)">
  3451.             <summary>
  3452.             
  3453.             </summary>
  3454.             <param name="obj"></param>
  3455.             <returns></returns>
  3456.         </member>
  3457.         <member name="M:SourceGrid2.Position.op_Equality(SourceGrid2.Position,SourceGrid2.Position)">
  3458.             <summary>
  3459.             
  3460.             </summary>
  3461.             <param name="Left"></param>
  3462.             <param name="Right"></param>
  3463.             <returns></returns>
  3464.         </member>
  3465.         <member name="M:SourceGrid2.Position.op_Inequality(SourceGrid2.Position,SourceGrid2.Position)">
  3466.             <summary>
  3467.             
  3468.             </summary>
  3469.             <param name="Left"></param>
  3470.             <param name="Right"></param>
  3471.             <returns></returns>
  3472.         </member>
  3473.         <member name="M:SourceGrid2.Position.ToString">
  3474.             <summary>
  3475.             
  3476.             </summary>
  3477.             <returns></returns>
  3478.         </member>
  3479.         <member name="M:SourceGrid2.Position.MergeMinor(SourceGrid2.Position,SourceGrid2.Position)">
  3480.             <summary>
  3481.             Returns a position with the smaller Row and the smaller column
  3482.             </summary>
  3483.             <param name="p_Position1"></param>
  3484.             <param name="p_Position2"></param>
  3485.             <returns></returns>
  3486.         </member>
  3487.         <member name="M:SourceGrid2.Position.MergeMajor(SourceGrid2.Position,SourceGrid2.Position)">
  3488.             <summary>
  3489.             Returns a position with the bigger Row and the bigger column
  3490.             </summary>
  3491.             <param name="p_Position1"></param>
  3492.             <param name="p_Position2"></param>
  3493.             <returns></returns>
  3494.         </member>
  3495.         <member name="P:SourceGrid2.Position.Row">
  3496.             <summary>
  3497.             Row
  3498.             </summary>
  3499.         </member>
  3500.         <member name="P:SourceGrid2.Position.Column">
  3501.             <summary>
  3502.             Column
  3503.             </summary>
  3504.         </member>
  3505.         <member name="T:SourceGrid2.Range">
  3506.             <summary>
  3507.             Represents range of cells. Once created connot be modified. This Range has always Start in the Top-Left, and End in the Bottom-Right (see Normalize method).
  3508.             </summary>
  3509.         </member>
  3510.         <member name="M:SourceGrid2.Range.#ctor(SourceGrid2.Position,SourceGrid2.Position)">
  3511.             <summary>
  3512.             Constructor
  3513.             </summary>
  3514.             <param name="p_Start"></param>
  3515.             <param name="p_End"></param>
  3516.         </member>
  3517.         <member name="M:SourceGrid2.Range.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
  3518.             <summary>
  3519.             Constructor
  3520.             </summary>
  3521.             <param name="p_StartRow"></param>
  3522.             <param name="p_StartCol"></param>
  3523.             <param name="p_EndRow"></param>
  3524.             <param name="p_EndCol"></param>
  3525.         </member>
  3526.         <member name="M:SourceGrid2.Range.MoveTo(SourceGrid2.Position)">
  3527.             <summary>
  3528.             Move the current range to the specified position, leaving the current ColumnsCount and RowsCount
  3529.             </summary>
  3530.             <param name="p_StartPosition"></param>
  3531.         </member>
  3532.         <member name="M:SourceGrid2.Range.#ctor(SourceGrid2.Position)">
  3533.             <summary>
  3534.             Construct a Range of a single cell
  3535.             </summary>
  3536.             <param name="p_SinglePosition"></param>
  3537.         </member>
  3538.         <member name="F:SourceGrid2.Range.Empty">
  3539.             <summary>
  3540.             Represents an empty range
  3541.             </summary>
  3542.         </member>
  3543.         <member name="M:SourceGrid2.Range.Normalize">
  3544.             <summary>
  3545.             Check and fix the range to always have Start smaller than End
  3546.             </summary>
  3547.         </member>
  3548.         <member name="M:SourceGrid2.Range.ContainsRow(System.Int32)">
  3549.             <summary>
  3550.             Returns true if the specified row is present in the current range.
  3551.             </summary>
  3552.             <param name="p_Row"></param>
  3553.             <returns></returns>
  3554.         </member>
  3555.         <member name="M:SourceGrid2.Range.ContainsColumn(System.Int32)">
  3556.             <summary>
  3557.             Returns true if the specified column is present in the current range.
  3558.             </summary>
  3559.             <param name="p_Col"></param>
  3560.             <returns></returns>
  3561.         </member>
  3562.         <member name="M:SourceGrid2.Range.Contains(SourceGrid2.Position)">
  3563.             <summary>
  3564.             Returns true if the specified cell position is present in the current range.
  3565.             </summary>
  3566.             <param name="p_Position"></param>
  3567.             <returns></returns>
  3568.         </member>
  3569.         <member name="M:SourceGrid2.Range.Contains(SourceGrid2.Range)">
  3570.             <summary>
  3571.             Returns true if the specified range is present in the current range.
  3572.             </summary>
  3573.             <param name="p_Range"></param>
  3574.             <returns></returns>
  3575.         </member>
  3576.         <member name="M:SourceGrid2.Range.IsEmpty">
  3577.             <summary>
  3578.             Determines if the current range is empty
  3579.             </summary>
  3580.             <returns></returns>
  3581.         </member>
  3582.         <member name="M:SourceGrid2.Range.op_Equality(SourceGrid2.Range,SourceGrid2.Range)">
  3583.             <summary>
  3584.             
  3585.             </summary>
  3586.             <param name="Left"></param>
  3587.             <param name="Right"></param>
  3588.             <returns></returns>
  3589.         </member>
  3590.         <member name="M:SourceGrid2.Range.op_Inequality(SourceGrid2.Range,SourceGrid2.Range)">
  3591.             <summary>
  3592.             
  3593.             </summary>
  3594.             <param name="Left"></param>
  3595.             <param name="Right"></param>
  3596.             <returns></returns>
  3597.         </member>
  3598.         <member name="M:SourceGrid2.Range.GetHashCode">
  3599.             <summary>
  3600.             
  3601.             </summary>
  3602.             <returns></returns>
  3603.         </member>
  3604.         <member name="M:SourceGrid2.Range.Equals(SourceGrid2.Range)">
  3605.             <summary>
  3606.             
  3607.             </summary>
  3608.             <param name="p_Range"></param>
  3609.             <returns></returns>
  3610.         </member>
  3611.         <member name="M:SourceGrid2.Range.Equals(System.Object)">
  3612.             <summary>
  3613.             
  3614.             </summary>
  3615.             <param name="obj"></param>
  3616.             <returns></returns>
  3617.         </member>
  3618.         <member name="M:SourceGrid2.Range.GetCellsPositions">
  3619.             <summary>
  3620.             
  3621.             </summary>
  3622.             <returns></returns>
  3623.         </member>
  3624.         <member name="M:SourceGrid2.Range.ToString">
  3625.             <summary>
  3626.             
  3627.             </summary>
  3628.             <returns></returns>
  3629.         </member>
  3630.         <member name="M:SourceGrid2.Range.Union(SourceGrid2.Range,SourceGrid2.Range)">
  3631.             <summary>
  3632.             Returns a range with the smaller Start and the bigger End. The Union of the 2 Range. If one of the range is empty then the return is the other range.
  3633.             </summary>
  3634.             <param name="p_Range1"></param>
  3635.             <param name="p_Range2"></param>
  3636.             <returns></returns>
  3637.         </member>
  3638.         <member name="M:SourceGrid2.Range.Intersect(SourceGrid2.Range,SourceGrid2.Range)">
  3639.             <summary>
  3640.             Returns the intersection between the 2 Range. If one of the range is empty then the return is empty.
  3641.             </summary>
  3642.             <param name="p_Range1"></param>
  3643.             <param name="p_Range2"></param>
  3644.             <returns></returns>
  3645.         </member>
  3646.         <member name="M:SourceGrid2.Range.Intersect(SourceGrid2.Range)">
  3647.             <summary>
  3648.             Returns the intersection between the 2 Range. If one of the range is empty then the return is empty.
  3649.             </summary>
  3650.             <param name="p_Range"></param>
  3651.             <returns></returns>
  3652.         </member>
  3653.         <member name="M:SourceGrid2.Range.IntersectsWith(SourceGrid2.Range,SourceGrid2.Range)">
  3654.             <summary>
  3655.             Returns true if the specified range intersects (one or more cells) with the current range.
  3656.             If one of the range is empty then the return is false.
  3657.             </summary>
  3658.             <param name="p_Range1"></param>
  3659.             <param name="p_Range2"></param>
  3660.             <returns></returns>
  3661.         </member>
  3662.         <member name="M:SourceGrid2.Range.IntersectsWith(SourceGrid2.Range)">
  3663.             <summary>
  3664.             Returns true if the specified range intersects (one or more cells) with the current range.
  3665.             If one of the range is empty then the return is false.
  3666.             </summary>
  3667.             <param name="p_Range"></param>
  3668.             <returns></returns>
  3669.         </member>
  3670.         <member name="P:SourceGrid2.Range.ColumnsCount">
  3671.             <summary>
  3672.             Sets or Gets the columns count (End.Column-Start.Column)
  3673.             </summary>
  3674.         </member>
  3675.         <member name="P:SourceGrid2.Range.RowsCount">
  3676.             <summary>
  3677.             Sets or Gets the rows count (End.Row-Start.Row)
  3678.             </summary>
  3679.         </member>
  3680.         <member name="T:SourceGrid2.IRangeLoader">
  3681.             <summary>
  3682.             Interface that rappresent a range of the grid. (RangeFullGridNoFixedRows, RangeFullGridNoFixedCols, RangeFixedRows, RangeFixedCols, Range)
  3683.             </summary>
  3684.         </member>
  3685.         <member name="M:SourceGrid2.IRangeLoader.GetRange(SourceGrid2.GridVirtual)">
  3686.             <summary>
  3687.             Rectangle that contains the range.
  3688.             </summary>
  3689.         </member>
  3690.         <member name="T:SourceGrid2.RangeFullGrid">
  3691.             <summary>
  3692.             Represents a range that contains all the grid
  3693.             </summary>
  3694.         </member>
  3695.         <member name="M:SourceGrid2.RangeFullGrid.#ctor">
  3696.             <summary>
  3697.             Constructor
  3698.             </summary>
  3699.         </member>
  3700.         <member name="M:SourceGrid2.RangeFullGrid.GetRange(SourceGrid2.GridVirtual)">
  3701.             <summary>
  3702.             Returns the Range struct from the specific instance
  3703.             </summary>
  3704.             <param name="p_Grid"></param>
  3705.             <returns></returns>
  3706.         </member>
  3707.         <member name="T:SourceGrid2.RangeFullGridNoFixedRows">
  3708.             <summary>
  3709.             Represents a range that contains all the grid with no fixed rows
  3710.             </summary>
  3711.         </member>
  3712.         <member name="M:SourceGrid2.RangeFullGridNoFixedRows.#ctor">
  3713.             <summary>
  3714.             Constructor
  3715.             </summary>
  3716.         </member>
  3717.         <member name="M:SourceGrid2.RangeFullGridNoFixedRows.GetRange(SourceGrid2.GridVirtual)">
  3718.             <summary>
  3719.             Returns the Range struct from the specific instance
  3720.             </summary>
  3721.             <param name="p_Grid"></param>
  3722.             <returns></returns>
  3723.         </member>
  3724.         <member name="T:SourceGrid2.RangeFullGridNoFixedCols">
  3725.             <summary>
  3726.             Represents a range that contains all the grid with no fixed cols
  3727.             </summary>
  3728.         </member>
  3729.         <member name="M:SourceGrid2.RangeFullGridNoFixedCols.#ctor">
  3730.             <summary>
  3731.             Constructor
  3732.             </summary>
  3733.         </member>
  3734.         <member name="M:SourceGrid2.RangeFullGridNoFixedCols.GetRange(SourceGrid2.GridVirtual)">
  3735.             <summary>
  3736.             Returns the Range struct from the specific instance
  3737.             </summary>
  3738.             <param name="p_Grid"></param>
  3739.             <returns></returns>
  3740.         </member>
  3741.         <member name="T:SourceGrid2.RangeFixedRows">
  3742.             <summary>
  3743.             Represents a range that contains only fixed rows
  3744.             </summary>
  3745.         </member>
  3746.         <member name="M:SourceGrid2.RangeFixedRows.#ctor">
  3747.             <summary>
  3748.             Constructor
  3749.             </summary>
  3750.         </member>
  3751.         <member name="M:SourceGrid2.RangeFixedRows.GetRange(SourceGrid2.GridVirtual)">
  3752.             <summary>
  3753.             Returns the Range struct from the specific instance
  3754.             </summary>
  3755.             <param name="p_Grid"></param>
  3756.             <returns></returns>
  3757.         </member>
  3758.         <member name="T:SourceGrid2.RangeFixedCols">
  3759.             <summary>
  3760.             Represents a range that contains only fixed cols
  3761.             </summary>
  3762.         </member>
  3763.         <member name="M:SourceGrid2.RangeFixedCols.#ctor">
  3764.             <summary>
  3765.             Constructor
  3766.             </summary>
  3767.         </member>
  3768.         <member name="M:SourceGrid2.RangeFixedCols.GetRange(SourceGrid2.GridVirtual)">
  3769.             <summary>
  3770.             Returns the Range struct from the specific instance
  3771.             </summary>
  3772.             <param name="p_Grid"></param>
  3773.             <returns></returns>
  3774.         </member>
  3775.         <member name="T:SourceGrid2.RangeLoader">
  3776.             <summary>
  3777.             Range custom
  3778.             </summary>
  3779.         </member>
  3780.         <member name="M:SourceGrid2.RangeLoader.#ctor(SourceGrid2.Range)">
  3781.             <summary>
  3782.             Constructor
  3783.             </summary>
  3784.         </member>
  3785.         <member name="M:SourceGrid2.RangeLoader.GetRange(SourceGrid2.GridVirtual)">
  3786.             <summary>
  3787.             Returns the Range struct from the specific instance
  3788.             </summary>
  3789.             <param name="p_Grid"></param>
  3790.             <returns></returns>
  3791.         </member>
  3792.         <member name="P:SourceGrid2.RangeLoader.CellRange">
  3793.             <summary>
  3794.             Range
  3795.             </summary>
  3796.         </member>
  3797.         <member name="T:SourceGrid2.GridRangeCollection">
  3798.             <summary>
  3799.             A collection of elements of type Range
  3800.             </summary>
  3801.         </member>
  3802.         <member name="M:SourceGrid2.GridRangeCollection.#ctor">
  3803.             <summary>
  3804.             Initializes a new empty instance of the GridRangeCollection class.
  3805.             </summary>
  3806.         </member>
  3807.         <member name="M:SourceGrid2.GridRangeCollection.#ctor(SourceGrid2.Range[])">
  3808.             <summary>
  3809.             Initializes a new instance of the GridRangeCollection class, containing elements
  3810.             copied from an array.
  3811.             </summary>
  3812.             <param name="items">
  3813.             The array whose elements are to be added to the new GridRangeCollection.
  3814.             </param>
  3815.         </member>
  3816.         <member name="M:SourceGrid2.GridRangeCollection.#ctor(SourceGrid2.GridRangeCollection)">
  3817.             <summary>
  3818.             Initializes a new instance of the GridRangeCollection class, containing elements
  3819.             copied from another instance of GridRangeCollection
  3820.             </summary>
  3821.             <param name="items">
  3822.             The GridRangeCollection whose elements are to be added to the new GridRangeCollection.
  3823.             </param>
  3824.         </member>
  3825.         <member name="M:SourceGrid2.GridRangeCollection.AddRange(SourceGrid2.Range[])">
  3826.             <summary>
  3827.             Adds the elements of an array to the end of this GridRangeCollection.
  3828.             </summary>
  3829.             <param name="items">
  3830.             The array whose elements are to be added to the end of this GridRangeCollection.
  3831.             </param>
  3832.         </member>
  3833.         <member name="M:SourceGrid2.GridRangeCollection.AddRange(SourceGrid2.GridRangeCollection)">
  3834.             <summary>
  3835.             Adds the elements of another GridRangeCollection to the end of this GridRangeCollection.
  3836.             </summary>
  3837.             <param name="items">
  3838.             The GridRangeCollection whose elements are to be added to the end of this GridRangeCollection.
  3839.             </param>
  3840.         </member>
  3841.         <member name="M:SourceGrid2.GridRangeCollection.Add(SourceGrid2.Range)">
  3842.             <summary>
  3843.             Adds an instance of type Range to the end of this GridRangeCollection.
  3844.             </summary>
  3845.             <param name="value">
  3846.             The Range to be added to the end of this GridRangeCollection.
  3847.             </param>
  3848.         </member>
  3849.         <member name="M:SourceGrid2.GridRangeCollection.Contains(SourceGrid2.Range)">
  3850.             <summary>
  3851.             Determines whether a specfic Range value is in this GridRangeCollection.
  3852.             </summary>
  3853.             <param name="value">
  3854.             The Range value to locate in this GridRangeCollection.
  3855.             </param>
  3856.             <returns>
  3857.             true if value is found in this GridRangeCollection;
  3858.             false otherwise.
  3859.             </returns>
  3860.         </member>
  3861.         <member name="M:SourceGrid2.GridRangeCollection.IndexOf(SourceGrid2.Range)">
  3862.             <summary>
  3863.             Return the zero-based index of the first occurrence of a specific value
  3864.             in this GridRangeCollection
  3865.             </summary>
  3866.             <param name="value">
  3867.             The Range value to locate in the GridRangeCollection.
  3868.             </param>
  3869.             <returns>
  3870.             The zero-based index of the first occurrence of the _ELEMENT value if found;
  3871.             -1 otherwise.
  3872.             </returns>
  3873.         </member>
  3874.         <member name="M:SourceGrid2.GridRangeCollection.Insert(System.Int32,SourceGrid2.Range)">
  3875.             <summary>
  3876.             Inserts an element into the GridRangeCollection at the specified index
  3877.             </summary>
  3878.             <param name="index">
  3879.             The index at which the Range is to be inserted.
  3880.             </param>
  3881.             <param name="value">
  3882.             The Range to insert.
  3883.             </param>
  3884.         </member>
  3885.         <member name="M:SourceGrid2.GridRangeCollection.Remove(SourceGrid2.Range)">
  3886.             <summary>
  3887.             Removes the first occurrence of a specific Range from this GridRangeCollection.
  3888.             </summary>
  3889.             <param name="value">
  3890.             The Range value to remove from this GridRangeCollection.
  3891.             </param>
  3892.         </member>
  3893.         <member name="M:SourceGrid2.GridRangeCollection.GetEnumerator">
  3894.             <summary>
  3895.             Returns an enumerator that can iterate through the elements of this GridRangeCollection.
  3896.             </summary>
  3897.             <returns>
  3898.             An object that implements System.Collections.IEnumerator.
  3899.             </returns>        
  3900.         </member>
  3901.         <member name="P:SourceGrid2.GridRangeCollection.Item(System.Int32)">
  3902.             <summary>
  3903.             Gets or sets the Range at the given index in this GridRangeCollection.
  3904.             </summary>
  3905.         </member>
  3906.         <member name="T:SourceGrid2.GridRangeCollection.Enumerator">
  3907.             <summary>
  3908.             Type-specific enumeration class, used by GridRangeCollection.GetEnumerator.
  3909.             </summary>
  3910.         </member>
  3911.         <member name="T:SourceGrid2.RowInfo">
  3912.             <summary>
  3913.             Row Information
  3914.             </summary>
  3915.         </member>
  3916.         <member name="M:SourceGrid2.RowInfo.#ctor(SourceGrid2.GridVirtual)">
  3917.             <summary>
  3918.             Constructor
  3919.             </summary>
  3920.             <param name="p_Grid"></param>
  3921.         </member>
  3922.         <member name="M:SourceGrid2.RowInfo.Focus">
  3923.             <summary>
  3924.             Move the Focus to the first cell that can receive the focus of the current row otherwise put the focus to null.
  3925.             </summary>
  3926.             <returns></returns>
  3927.         </member>
  3928.         <member name="M:SourceGrid2.RowInfo.AutoSize(System.Boolean,System.Int32,System.Int32)">
  3929.             <summary>
  3930.             Auto size the current row with the max required height of all cells.
  3931.             </summary>
  3932.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  3933.             <param name="StartCol">Start column to measure</param>
  3934.             <param name="EndCol">End column to measure</param>
  3935.         </member>
  3936.         <member name="M:SourceGrid2.RowInfo.AutoSize(System.Boolean)">
  3937.             <summary>
  3938.             Auto size the current row with the max required height of all cells.
  3939.             </summary>
  3940.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  3941.         </member>
  3942.         <member name="M:SourceGrid2.RowInfo.Measure(System.Boolean)">
  3943.             <summary>
  3944.             Measures the current column when drawn with the specified cells.
  3945.             </summary>
  3946.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  3947.             <returns>Returns the minimum height</returns>
  3948.         </member>
  3949.         <member name="M:SourceGrid2.RowInfo.Measure(System.Boolean,System.Int32,System.Int32)">
  3950.             <summary>
  3951.             Measures the current row when drawn with the specified cells.
  3952.             </summary>
  3953.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  3954.             <param name="StartCol">Start column to measure</param>
  3955.             <param name="EndCol">End column to measure</param>
  3956.             <returns>Returns the minimum height</returns>
  3957.         </member>
  3958.         <member name="P:SourceGrid2.RowInfo.Height">
  3959.             <summary>
  3960.             Height of the current row
  3961.             </summary>
  3962.         </member>
  3963.         <member name="P:SourceGrid2.RowInfo.Top">
  3964.             <summary>
  3965.             Top absolute position of the current row
  3966.             </summary>
  3967.         </member>
  3968.         <member name="P:SourceGrid2.RowInfo.Bottom">
  3969.             <summary>
  3970.             Bottom of the row (Top+Height)
  3971.             </summary>
  3972.         </member>
  3973.         <member name="P:SourceGrid2.RowInfo.Index">
  3974.             <summary>
  3975.             Index of the current row
  3976.             </summary>
  3977.         </member>
  3978.         <member name="P:SourceGrid2.RowInfo.Grid">
  3979.             <summary>
  3980.             Attached Grid
  3981.             </summary>
  3982.         </member>
  3983.         <member name="P:SourceGrid2.RowInfo.Cells">
  3984.             <summary>
  3985.             Gets or sets the cells at the specified row
  3986.             </summary>
  3987.         </member>
  3988.         <member name="P:SourceGrid2.RowInfo.Select">
  3989.             <summary>
  3990.             Gets or sets if the current row is selected. If only a column of the row is selected this property returns true.
  3991.             </summary>
  3992.         </member>
  3993.         <member name="P:SourceGrid2.RowInfo.Tag">
  3994.             <summary>
  3995.             A property that the user can use to insert custom informations associated to a specific row
  3996.             </summary>
  3997.         </member>
  3998.         <member name="P:SourceGrid2.RowInfo.AutoSizeMode">
  3999.             <summary>
  4000.             Flags for autosize and stretch
  4001.             </summary>
  4002.         </member>
  4003.         <member name="T:SourceGrid2.RowInfo.RowInfoCollection">
  4004.             <summary>
  4005.             Collection of RowInfo
  4006.             </summary>
  4007.         </member>
  4008.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.#ctor(SourceGrid2.GridVirtual)">
  4009.             <summary>
  4010.             Constructor
  4011.             </summary>
  4012.             <param name="p_grid"></param>
  4013.         </member>
  4014.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.RowAtPoint(System.Int32)">
  4015.             <summary>
  4016.             Calculate the Row that have the Top value smaller or equal than the point p_Y, or -1 if not found found. ExactMatch = false
  4017.             </summary>
  4018.             <param name="p_Y">Absolute point to search</param>
  4019.             <returns></returns>
  4020.         </member>
  4021.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.RowAtPoint(System.Int32,System.Boolean)">
  4022.             <summary>
  4023.             Calculate the Row that have the Top value smaller or equal than the point p_Y, or -1 if not found found.
  4024.             </summary>
  4025.             <param name="p_Y">Y Coordinate to search for a row</param>
  4026.             <param name="p_ExactMatch">True to returns only exact position. For example if you use a point outside the range and this value is true no row is returned otherwise the nearest row is returned.</param>
  4027.             <returns></returns>
  4028.         </member>
  4029.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.IsValidRange(System.Int32,System.Int32)">
  4030.             <summary>
  4031.             Returns true if the range passed is valid
  4032.             </summary>
  4033.             <param name="p_StartIndex"></param>
  4034.             <param name="p_Count"></param>
  4035.             <returns></returns>
  4036.         </member>
  4037.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.IsValidRangeForInsert(System.Int32,System.Int32)">
  4038.             <summary>
  4039.             Returns true if the range passed is valid for insert method
  4040.             </summary>
  4041.             <param name="p_StartIndex"></param>
  4042.             <param name="p_Count"></param>
  4043.             <returns></returns>
  4044.         </member>
  4045.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.Insert(System.Int32,SourceGrid2.Cells.ICellVirtual[])">
  4046.             <summary>
  4047.             Insert a row at the specified position using the specified cells
  4048.             </summary>
  4049.             <param name="p_Index"></param>
  4050.             <param name="p_Cells">The new row values</param>
  4051.         </member>
  4052.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.Insert(System.Int32)">
  4053.             <summary>
  4054.             Insert a row at the specified position
  4055.             </summary>
  4056.             <param name="p_Index"></param>
  4057.         </member>
  4058.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.Remove(System.Int32)">
  4059.             <summary>
  4060.             Remove a row at the speicifed position
  4061.             </summary>
  4062.             <param name="p_Index"></param>
  4063.         </member>
  4064.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.InsertRange(System.Int32,System.Int32)">
  4065.             <summary>
  4066.             Insert the specified number of rows at the specified position
  4067.             </summary>
  4068.             <param name="p_StartIndex"></param>
  4069.             <param name="p_Count"></param>
  4070.         </member>
  4071.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.RemoveRange(System.Int32,System.Int32)">
  4072.             <summary>
  4073.             Remove the RowInfo at the specified positions
  4074.             </summary>
  4075.             <param name="p_StartIndex"></param>
  4076.             <param name="p_Count"></param>
  4077.         </member>
  4078.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.Move(System.Int32,System.Int32)">
  4079.             <summary>
  4080.             Move a row from one position to another position
  4081.             </summary>
  4082.             <param name="p_CurrentRowPosition"></param>
  4083.             <param name="p_NewRowPosition"></param>
  4084.         </member>
  4085.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.Swap(System.Int32,System.Int32)">
  4086.             <summary>
  4087.             Change the position of row 1 with row 2.
  4088.             </summary>
  4089.             <param name="p_RowIndex1"></param>
  4090.             <param name="p_RowIndex2"></param>
  4091.         </member>
  4092.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.OnRowsAdded(SourceGrid2.IndexRangeEventArgs)">
  4093.             <summary>
  4094.             Fired when the number of rows change
  4095.             </summary>
  4096.             <param name="e"></param>
  4097.         </member>
  4098.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.OnRowsRemoved(SourceGrid2.IndexRangeEventArgs)">
  4099.             <summary>
  4100.             Fired when some rows are removed
  4101.             </summary>
  4102.             <param name="e"></param>
  4103.         </member>
  4104.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.OnRowsRemoving(SourceGrid2.IndexRangeEventArgs)">
  4105.             <summary>
  4106.             Fired before some rows are removed
  4107.             </summary>
  4108.             <param name="e"></param>
  4109.         </member>
  4110.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.CalculateTop(System.Int32)">
  4111.             <summary>
  4112.             Recalculate all the top positions from the specified index
  4113.             </summary>
  4114.             <param name="p_StartIndex"></param>
  4115.         </member>
  4116.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.InvokeRowHeightChanged(SourceGrid2.RowInfoEventArgs)">
  4117.             <summary>
  4118.             Execute the RowHeightChanged event
  4119.             </summary>
  4120.             <param name="e"></param>
  4121.         </member>
  4122.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.AutoSize(System.Boolean,System.Int32,System.Int32)">
  4123.             <summary>
  4124.             Auto size all the rows with the max required height of all cells.
  4125.             </summary>
  4126.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  4127.             <param name="StartCol">Start column to measure</param>
  4128.             <param name="EndCol">End column to measure</param>
  4129.         </member>
  4130.         <member name="M:SourceGrid2.RowInfo.RowInfoCollection.AutoSize(System.Boolean)">
  4131.             <summary>
  4132.             Auto size all the rows with the max required height of all cells.
  4133.             </summary>
  4134.             <param name="useColumnWidth">True to fix the column width when calculating the required height of the row.</param>
  4135.         </member>
  4136.         <member name="P:SourceGrid2.RowInfo.RowInfoCollection.Grid">
  4137.             <summary>
  4138.             Attached Grid
  4139.             </summary>
  4140.         </member>
  4141.         <member name="E:SourceGrid2.RowInfo.RowInfoCollection.RowsAdded">
  4142.             <summary>
  4143.             Fired when the number of rows change
  4144.             </summary>
  4145.         </member>
  4146.         <member name="E:SourceGrid2.RowInfo.RowInfoCollection.RowsRemoved">
  4147.             <summary>
  4148.             Fired when some rows are removed
  4149.             </summary>
  4150.         </member>
  4151.         <member name="E:SourceGrid2.RowInfo.RowInfoCollection.RowsRemoving">
  4152.             <summary>
  4153.             Fired before some rows are removed
  4154.             </summary>
  4155.         </member>
  4156.         <member name="P:SourceGrid2.RowInfo.RowInfoCollection.Item(System.Int32)">
  4157.             <summary>
  4158.             Indexer. Returns a RowInfo at the specified position
  4159.             </summary>
  4160.         </member>
  4161.         <member name="P:SourceGrid2.RowInfo.RowInfoCollection.Bottom">
  4162.             <summary>
  4163.             Returns the maximum bottom value of the rows. Calculated with Rows[lastRow].Bottom or 0 if no rows are presents.
  4164.             </summary>
  4165.         </member>
  4166.         <member name="P:SourceGrid2.RowInfo.RowInfoCollection.Top">
  4167.             <summary>
  4168.             Returns the minimum top value of the rows. Calculated with Rows[0].Top or 0 if no rows are presents.
  4169.             </summary>
  4170.         </member>
  4171.         <member name="E:SourceGrid2.RowInfo.RowInfoCollection.RowHeightChanged">
  4172.             <summary>
  4173.             Fired when the user change the Height property of one of the Row
  4174.             </summary>
  4175.         </member>
  4176.         <member name="P:SourceGrid2.RowInfo.RowInfoCollection.AutoCalculateTop">
  4177.             <summary>
  4178.             Indicates if auto recalculate top position when height value change. Default = true. Can be used when you need to change many times Height value for example for an AutoSize operation to increase performance.
  4179.             </summary>
  4180.         </member>
  4181.         <member name="T:SourceGrid2.Selection">
  4182.             <summary>
  4183.             Represent the selected cells of the grid.
  4184.             </summary>
  4185.         </member>
  4186.         <member name="M:SourceGrid2.Selection.#ctor(SourceGrid2.GridVirtual)">
  4187.             <summary>
  4188.             Constructor
  4189.             </summary>
  4190.             <param name="p_Grid"></param>
  4191.         </member>
  4192.         <member name="M:SourceGrid2.Selection.GetCellsPositions">
  4193.             <summary>
  4194.             Returns the union of all the selected range as Position collection. This method doesn't return span cells; if for example grid[0,0] has a Span Column = 2 and the range selected is [0,0] -> [0,1] this method returns only 0,0.
  4195.             </summary>
  4196.             <returns></returns>
  4197.         </member>
  4198.         <member name="M:SourceGrid2.Selection.GetCells">
  4199.             <summary>
  4200.             Returns the union of all the selected range as Position collection
  4201.             </summary>
  4202.             <returns></returns>
  4203.         </member>
  4204.         <member name="M:SourceGrid2.Selection.IndexOf(SourceGrid2.Cells.ICellVirtual)">
  4205.             <summary>
  4206.             Searches for the specified Cell and returns the zero-based index of the first occurrence that starts at the specified index and contains the specified number of elements.
  4207.             </summary>
  4208.             <param name="p_Cell"></param>
  4209.             <returns></returns>
  4210.         </member>
  4211.         <member name="M:SourceGrid2.Selection.Contains(SourceGrid2.Position)">
  4212.             <summary>
  4213.             Indicates if the specified cell is selected
  4214.             </summary>
  4215.             <param name="p_Cell"></param>
  4216.             <returns></returns>
  4217.         </member>
  4218.         <member name="M:SourceGrid2.Selection.Contains(SourceGrid2.Range)">
  4219.             <summary>
  4220.             Indicates if the specified range of cells is selected
  4221.             </summary>
  4222.             <param name="p_Range"></param>
  4223.             <returns></returns>
  4224.         </member>
  4225.         <member name="M:SourceGrid2.Selection.ContainsRow(System.Int32)">
  4226.             <summary>
  4227.             Indicates if the specified row is selected
  4228.             </summary>
  4229.             <param name="p_Row"></param>
  4230.             <returns></returns>
  4231.         </member>
  4232.         <member name="M:SourceGrid2.Selection.ContainsColumn(System.Int32)">
  4233.             <summary>
  4234.             Indicates if the specified column is selected
  4235.             </summary>
  4236.             <param name="p_Column"></param>
  4237.             <returns></returns>
  4238.         </member>
  4239.         <member name="M:SourceGrid2.Selection.Clear(SourceGrid2.Position)">
  4240.             <summary>
  4241.             deseleziona tutte le celle tranne quella passata in input
  4242.             </summary>
  4243.             <param name="p_CellLeaveThisCellSelected"></param>
  4244.         </member>
  4245.         <member name="M:SourceGrid2.Selection.Clear">
  4246.             <summary>
  4247.             Deselect all the cells
  4248.             </summary>
  4249.         </member>
  4250.         <member name="M:SourceGrid2.Selection.Add(SourceGrid2.Position)">
  4251.             <summary>
  4252.             Select the specified cell and add the cell to the collection.
  4253.             </summary>
  4254.             <param name="p_Cell"></param>
  4255.             <returns></returns>
  4256.         </member>
  4257.         <member name="M:SourceGrid2.Selection.AddRange(SourceGrid2.Range)">
  4258.             <summary>
  4259.             Select the specified Range of cells
  4260.             </summary>
  4261.             <param name="p_Range"></param>
  4262.         </member>
  4263.         <member name="M:SourceGrid2.Selection.RemoveRange(SourceGrid2.Range)">
  4264.             <summary>
  4265.             Deselect and remove from the collection the specified range of cells
  4266.             </summary>
  4267.             <param name="p_Range"></param>
  4268.         </member>
  4269.         <member name="M:SourceGrid2.Selection.Remove(SourceGrid2.Position)">
  4270.             <summary>
  4271.             Deselect and remove from the collection the specified cell
  4272.             </summary>
  4273.             <param name="p_Cell"></param>
  4274.         </member>
  4275.         <member name="M:SourceGrid2.Selection.Invalidate">
  4276.             <summary>
  4277.             Invalidate all the selected cells
  4278.             </summary>
  4279.         </member>
  4280.         <member name="M:SourceGrid2.Selection.OnSelectionChange(SourceGrid2.SelectionChangeEventArgs)">
  4281.             <summary>
  4282.             Fired when a cell is added from the selection or removed from the selection
  4283.             </summary>
  4284.             <param name="e"></param>
  4285.         </member>
  4286.         <member name="M:SourceGrid2.Selection.GetRange">
  4287.             <summary>
  4288.             Returns the range of the current selection. If the user has selected non contiguous cells this method returns a range to contains all the selected cells.
  4289.             </summary>
  4290.             <returns></returns>
  4291.         </member>
  4292.         <member name="M:SourceGrid2.Selection.GetContextMenus">
  4293.             <summary>
  4294.             Returns the ContextMenu used when the user Right-Click on a selected cell.
  4295.             </summary>
  4296.             <returns></returns>
  4297.         </member>
  4298.         <member name="M:SourceGrid2.Selection.OnClipboardCut">
  4299.             <summary>
  4300.             Cut the content of the selected cells. NOT YET IMPLEMENTED.
  4301.             </summary>
  4302.         </member>
  4303.         <member name="M:SourceGrid2.Selection.OnClipboardCopy">
  4304.             <summary>
  4305.             Copy the content of the selected cells
  4306.             </summary>
  4307.         </member>
  4308.         <member name="M:SourceGrid2.Selection.OnClipboardPaste">
  4309.             <summary>
  4310.             Paste the content of the selected cells
  4311.             </summary>
  4312.         </member>
  4313.         <member name="M:SourceGrid2.Selection.IsValidClipboardForPaste">
  4314.             <summary>
  4315.             Returns if the current content of the Clipboard is valid for Paste operations
  4316.             </summary>
  4317.             <returns></returns>
  4318.         </member>
  4319.         <member name="M:SourceGrid2.Selection.DrawSelectionMask(SourceGrid2.GridSubPanel,System.Windows.Forms.PaintEventArgs,SourceGrid2.Range)">
  4320.             <summary>
  4321.             Draw the selection using the SelectionColor property over the selected cells. Draw a Border around the selection using Border and BorderMode properties.
  4322.             </summary>
  4323.             <param name="p_Panel"></param>
  4324.             <param name="e"></param>
  4325.             <param name="pRangeToRedraw">The range of cells that must be redrawed. Consider that can contains also not selected cells.</param>
  4326.         </member>
  4327.         <member name="M:SourceGrid2.Selection.Focus(SourceGrid2.Position)">
  4328.             <summary>
  4329.             Change the focus of the grid. 
  4330.             The calls order is: 
  4331.             
  4332.             (the user select CellX) 
  4333.             CellX.FocusEntering
  4334.             Grid.CellGotFocus(CellX), 
  4335.             CellX.FocusEntered, 
  4336.             [OnFocusRowEntered],
  4337.             [OnFocusColumnEntered]
  4338.             
  4339.             (the user select CellY), 
  4340.             CellY.FocusEntering 
  4341.             CellX.FocusLeaving
  4342.             Grid.CellLostFocus(CellX), 
  4343.             [OnFocusRowLeaving],
  4344.             [OnFocusColumnLeaving],
  4345.             CellX.FocusLeft,
  4346.             Grid.CellGotFocus(CellY), 
  4347.             CellY.FocusEntered,
  4348.             [OnFocusRowEntered],
  4349.             [OnFocusColumnEntered]
  4350.             
  4351.             Use Position.Empty to remove the focus cell.
  4352.             </summary>
  4353.             <param name="cellToSetFocus"></param>
  4354.             <returns></returns>
  4355.         </member>
  4356.         <member name="M:SourceGrid2.Selection.OnFocusRowLeaving(SourceGrid2.RowCancelEventArgs)">
  4357.             <summary>
  4358.             Fired before a row lost the focus
  4359.             </summary>
  4360.             <param name="e"></param>
  4361.         </member>
  4362.         <member name="M:SourceGrid2.Selection.OnFocusRowEntered(SourceGrid2.RowEventArgs)">
  4363.             <summary>
  4364.             Fired after a row receive the focus
  4365.             </summary>
  4366.             <param name="e"></param>
  4367.         </member>
  4368.         <member name="M:SourceGrid2.Selection.OnFocusColumnLeaving(SourceGrid2.ColumnCancelEventArgs)">
  4369.             <summary>
  4370.             Fired before a column lost the focus
  4371.             </summary>
  4372.             <param name="e"></param>
  4373.         </member>
  4374.         <member name="M:SourceGrid2.Selection.OnFocusColumnEntered(SourceGrid2.ColumnEventArgs)">
  4375.             <summary>
  4376.             Fired after a column receive the focus
  4377.             </summary>
  4378.             <param name="e"></param>
  4379.         </member>
  4380.         <member name="M:SourceGrid2.Selection.OnCellGotFocus(SourceGrid2.CellGotFocusEventArgs)">
  4381.             <summary>
  4382.             Fired when a cell receive the focus
  4383.             </summary>
  4384.             <param name="e"></param>
  4385.         </member>
  4386.         <member name="M:SourceGrid2.Selection.OnCellLostFocus(SourceGrid2.CellLostFocusEventArgs)">
  4387.             <summary>
  4388.             Fired when a cell lost the focus
  4389.             </summary>
  4390.             <param name="e"></param>
  4391.         </member>
  4392.         <member name="M:SourceGrid2.Selection.ClearValues">
  4393.             <summary>
  4394.             Clear all the selected cells with a valid Model.
  4395.             </summary>
  4396.         </member>
  4397.         <member name="M:SourceGrid2.Selection.CopyTo(System.Array,System.Int32)">
  4398.             <summary>
  4399.             
  4400.             </summary>
  4401.             <param name="array"></param>
  4402.             <param name="index"></param>
  4403.         </member>
  4404.         <member name="M:SourceGrid2.Selection.GetEnumerator">
  4405.             <summary>
  4406.             
  4407.             </summary>
  4408.             <returns></returns>
  4409.         </member>
  4410.         <member name="P:SourceGrid2.Selection.Grid">
  4411.             <summary>
  4412.             Linked grid
  4413.             </summary>
  4414.         </member>
  4415.         <member name="P:SourceGrid2.Selection.Item(System.Int32)">
  4416.             <summary>
  4417.             Returns the cell at the specific position
  4418.             </summary>
  4419.         </member>
  4420.         <member name="E:SourceGrid2.Selection.SelectionChange">
  4421.             <summary>
  4422.             Fired when a cell is added from the selection or removed from the selection
  4423.             </summary>
  4424.         </member>
  4425.         <member name="P:SourceGrid2.Selection.SelectionMode">
  4426.             <summary>
  4427.             Selection type
  4428.             </summary>
  4429.         </member>
  4430.         <member name="P:SourceGrid2.Selection.EnableMultiSelection">
  4431.             <summary>
  4432.             True=Enable multi selection with the Ctrl key or Shift Key or with mouse.
  4433.             </summary>
  4434.         </member>
  4435.         <member name="P:SourceGrid2.Selection.SelectedRows">
  4436.             <summary>
  4437.             Returns an array of the rows selected
  4438.             </summary>
  4439.         </member>
  4440.         <member name="P:SourceGrid2.Selection.SelectedColumns">
  4441.             <summary>
  4442.             Returns an array of the columns selected
  4443.             </summary>
  4444.         </member>
  4445.         <member name="P:SourceGrid2.Selection.ContextMenuItems">
  4446.             <summary>
  4447.             ContextMenu of the selected cells. Null if no contextmenu is active.
  4448.             </summary>
  4449.         </member>
  4450.         <member name="P:SourceGrid2.Selection.AutoCopyPaste">
  4451.             <summary>
  4452.             True to enable the default copy/paste operations
  4453.             </summary>
  4454.         </member>
  4455.         <member name="E:SourceGrid2.Selection.ClipboardCopy">
  4456.             <summary>
  4457.             Copy event
  4458.             </summary>
  4459.         </member>
  4460.         <member name="E:SourceGrid2.Selection.ClipboardPaste">
  4461.             <summary>
  4462.             Paste Event
  4463.             </summary>
  4464.         </member>
  4465.         <member name="E:SourceGrid2.Selection.ClipboardCut">
  4466.             <summary>
  4467.             Cut event
  4468.             </summary>
  4469.         </member>
  4470.         <member name="P:SourceGrid2.Selection.FocusBackColor">
  4471.             <summary>
  4472.             BackColor of the cell with the Focus. Default is Color.Transparent.
  4473.             </summary>
  4474.         </member>
  4475.         <member name="P:SourceGrid2.Selection.BackColor">
  4476.             <summary>
  4477.             Selection backcolor. Usually is a color with a transparent value so you can see the color of the cell. Default is: Color.FromArgb(75, Color.FromKnownColor(KnownColor.Highlight))
  4478.             </summary>
  4479.         </member>
  4480.         <member name="P:SourceGrid2.Selection.Border">
  4481.             <summary>
  4482.             Border of the selection. Default is new RectangleBorder(new Border(Color.Black, 2));
  4483.             </summary>
  4484.         </member>
  4485.         <member name="P:SourceGrid2.Selection.BorderMode">
  4486.             <summary>
  4487.             Style of the selection border. Default is Auto.
  4488.             </summary>
  4489.         </member>
  4490.         <member name="P:SourceGrid2.Selection.FocusPosition">
  4491.             <summary>
  4492.             Returns the cell with the focus.
  4493.             </summary>
  4494.         </member>
  4495.         <member name="E:SourceGrid2.Selection.CellGotFocus">
  4496.             <summary>
  4497.             Fired before a cell receive the focus (FocusCell is populated after this event, use e.Cell to read the cell that will receive the focus)
  4498.             </summary>
  4499.         </member>
  4500.         <member name="E:SourceGrid2.Selection.CellLostFocus">
  4501.             <summary>
  4502.             Fired before a cell lost the focus
  4503.             </summary>
  4504.         </member>
  4505.         <member name="E:SourceGrid2.Selection.FocusRowLeaving">
  4506.             <summary>
  4507.             Fired before a row lost the focus
  4508.             </summary>
  4509.         </member>
  4510.         <member name="E:SourceGrid2.Selection.FocusRowEntered">
  4511.             <summary>
  4512.             Fired after a row receive the focus
  4513.             </summary>
  4514.         </member>
  4515.         <member name="E:SourceGrid2.Selection.FocusColumnLeaving">
  4516.             <summary>
  4517.             Fired before a column lost the focus
  4518.             </summary>
  4519.         </member>
  4520.         <member name="E:SourceGrid2.Selection.FocusColumnEntered">
  4521.             <summary>
  4522.             Fired after a column receive the focus
  4523.             </summary>
  4524.         </member>
  4525.         <member name="P:SourceGrid2.Selection.FocusRow">
  4526.             <summary>
  4527.             Returns the row that have the focus. If no row is selected return null.
  4528.             </summary>
  4529.         </member>
  4530.         <member name="P:SourceGrid2.Selection.FocusColumn">
  4531.             <summary>
  4532.             Returns the column that have the focus. If no column is selected return null.
  4533.             </summary>
  4534.         </member>
  4535.         <member name="P:SourceGrid2.Selection.FocusStyle">
  4536.             <summary>
  4537.             Specify the behavior of the focus and selection. Default is FocusStyle.None.
  4538.             </summary>
  4539.         </member>
  4540.         <member name="P:SourceGrid2.Selection.AutoClear">
  4541.             <summary>
  4542.             True to enable the default clear operation
  4543.             </summary>
  4544.         </member>
  4545.         <member name="E:SourceGrid2.Selection.ClearCells">
  4546.             <summary>
  4547.             Clear event
  4548.             </summary>
  4549.         </member>
  4550.         <member name="P:SourceGrid2.Selection.IsSynchronized">
  4551.             <summary>
  4552.             
  4553.             </summary>
  4554.         </member>
  4555.         <member name="P:SourceGrid2.Selection.Count">
  4556.             <summary>
  4557.             
  4558.             </summary>
  4559.         </member>
  4560.         <member name="P:SourceGrid2.Selection.SyncRoot">
  4561.             <summary>
  4562.             
  4563.             </summary>
  4564.         </member>
  4565.         <member name="T:SourceGrid2.Utility">
  4566.             <summary>
  4567.             Summary description for Utility.
  4568.             </summary>
  4569.         </member>
  4570.         <member name="F:SourceGrid2.Utility.DefaultCellHeight">
  4571.             <summary>
  4572.             Default Cell height
  4573.             </summary>
  4574.         </member>
  4575.         <member name="F:SourceGrid2.Utility.DefaultCellWidth">
  4576.             <summary>
  4577.             Default cell width
  4578.             </summary>
  4579.         </member>
  4580.         <member name="M:SourceGrid2.Utility.CalculateObjAlignment(SourceLibrary.Drawing.ContentAlignment,System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)">
  4581.             <summary>
  4582.             
  4583.             </summary>
  4584.             <param name="p_Align"></param>
  4585.             <param name="p_ClientLeft"></param>
  4586.             <param name="p_ClientTop"></param>
  4587.             <param name="p_ClientWidth"></param>
  4588.             <param name="p_ClientHeight"></param>
  4589.             <param name="p_ObjWidth"></param>
  4590.             <param name="p_ObjHeight"></param>
  4591.             <returns></returns>
  4592.         </member>
  4593.         <member name="M:SourceGrid2.Utility.CreateDataModel(System.Type)">
  4594.             <summary>
  4595.             Construct a DataModel for the specified type.
  4596.             If the Type support a UITypeEditor returns a EditorUITypeEditor else if the type has a StandardValues list return a EditorComboBox else if the type support string conversion returns a EditorTextBox otherwise returns null.
  4597.             </summary>
  4598.             <param name="p_Type">Cell Type</param>
  4599.             <returns></returns>
  4600.         </member>
  4601.         <member name="M:SourceGrid2.Utility.CreateDataModel(System.Type,System.Object,System.Boolean,System.Collections.ICollection,System.Boolean,System.ComponentModel.TypeConverter,System.Drawing.Design.UITypeEditor)">
  4602.             <summary>
  4603.             Construct a CellEditor for the specified type
  4604.             </summary>
  4605.             <param name="p_Type">Cell Type</param>
  4606.             <param name="p_DefaultValue">Default value of the editor</param>
  4607.             <param name="p_bAllowNull">Allow null</param>
  4608.             <param name="p_StandardValues">List of available values or null if there is no available values list</param>
  4609.             <param name="p_bStandardValueExclusive">Indicates if the p_StandardValue are the unique values supported</param>
  4610.             <param name="p_TypeConverter">Type converter used for conversion for the specified type</param>
  4611.             <param name="p_UITypeEditor">UITypeEditor if null must be populated the TypeConverter</param>
  4612.             <returns></returns>
  4613.         </member>
  4614.         <member name="M:SourceGrid2.Utility.ExportHTML_Element_Font(System.Xml.XmlTextWriter,System.String,System.Drawing.Font)">
  4615.             <summary>
  4616.             Export a font html element with the specified font and text
  4617.             </summary>
  4618.             <param name="p_Writer"></param>
  4619.             <param name="p_DisplayText"></param>
  4620.             <param name="p_Font"></param>
  4621.         </member>
  4622.         <member name="M:SourceGrid2.Utility.MeasureStringAndImage(System.Drawing.Graphics,System.String,System.Drawing.StringFormat,System.Drawing.Font,System.Drawing.Image,SourceLibrary.Drawing.ContentAlignment,System.Boolean,System.Boolean,SourceGrid2.RectangleBorder,System.Drawing.SizeF)">
  4623.             <summary>
  4624.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  4625.             </summary>
  4626.             <param name="p_Graphics"></param>
  4627.             <param name="p_bAlignTextToImage"></param>
  4628.             <param name="p_bImageStretch"></param>
  4629.             <param name="p_Border"></param>
  4630.             <param name="p_DisplayText"></param>
  4631.             <param name="p_Font"></param>
  4632.             <param name="p_Image"></param>
  4633.             <param name="p_ImageAlignment"></param>
  4634.             <param name="p_StringFormat"></param>
  4635.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  4636.             <returns></returns>
  4637.         </member>
  4638.         <member name="T:SourceGrid2.ValueCellComparer">
  4639.             <summary>
  4640.             A comparer for the Cell class. (Not for CellVirtual). Using the value of the cell.
  4641.             </summary>
  4642.         </member>
  4643.         <member name="T:SourceGrid2.DisplayStringCellComparer">
  4644.             <summary>
  4645.             A comparer for the Cell class. (Not for CellVirtual). Using the DisplayString of the cell.
  4646.             </summary>
  4647.         </member>
  4648.         <member name="M:SourceGrid2.IHTMLExport.ExportImage(System.Drawing.Image)">
  4649.             <summary>
  4650.             Save the Image to file and returns the file
  4651.             </summary>
  4652.             <param name="p_Image"></param>
  4653.             <returns>Returns the path where the image is exported valid for the HTML page</returns>
  4654.         </member>
  4655.         <member name="P:SourceGrid2.IHTMLExport.Mode">
  4656.             <summary>
  4657.             Export mode
  4658.             </summary>
  4659.         </member>
  4660.         <member name="T:SourceGrid2.HTMLExport">
  4661.             <summary>
  4662.             Setting for the export HTML of the grid
  4663.             </summary>
  4664.         </member>
  4665.         <member name="F:SourceGrid2.HTMLExport.m_EmbeddedImagesPath">
  4666.             <summary>
  4667.             Key:Image, Value:ImageFileName
  4668.             </summary>
  4669.         </member>
  4670.         <member name="M:SourceGrid2.HTMLExport.#ctor(SourceGrid2.ExportHTMLMode,System.String,System.String,System.IO.Stream)">
  4671.             <summary>
  4672.             Constructor
  4673.             </summary>
  4674.             <param name="p_Mode"></param>
  4675.             <param name="p_ImageFullPath">The path to write embedded images files</param>
  4676.             <param name="p_ImageRelativePath">The path used in the HTML source. If you save the images in the same path of the HTML file you can leave this path empty.</param>
  4677.             <param name="p_HtmlStream">The stream to write</param>
  4678.         </member>
  4679.         <member name="M:SourceGrid2.HTMLExport.ClearEmbeddedImages">
  4680.             <summary>
  4681.             Clear the list of embedded images. This method don't delete the files only clear the list.
  4682.             </summary>
  4683.         </member>
  4684.         <member name="M:SourceGrid2.HTMLExport.ExportImage(System.Drawing.Image)">
  4685.             <summary>
  4686.             Save the Image to file and returns the file
  4687.             </summary>
  4688.             <param name="p_Image"></param>
  4689.             <returns>Returns the path where the image is exported valid for the HTML page</returns>
  4690.         </member>
  4691.         <member name="M:SourceGrid2.HTMLExport.ColorToHTML(System.Drawing.Color)">
  4692.             <summary>
  4693.             Convert a Color to HTML compatible string
  4694.             </summary>
  4695.             <param name="p_Color"></param>
  4696.             <returns></returns>
  4697.         </member>
  4698.         <member name="P:SourceGrid2.HTMLExport.Mode">
  4699.             <summary>
  4700.             Export mode
  4701.             </summary>
  4702.         </member>
  4703.         <member name="P:SourceGrid2.HTMLExport.EmbeddedImagesPath">
  4704.             <summary>
  4705.             List of images exported during HTML export
  4706.             </summary>
  4707.         </member>
  4708.         <member name="T:SourceGrid2.PositionCollection">
  4709.             <summary>
  4710.             A collection of elements of type Position
  4711.             </summary>
  4712.         </member>
  4713.         <member name="M:SourceGrid2.PositionCollection.#ctor">
  4714.             <summary>
  4715.             Initializes a new empty instance of the PositionCollection class.
  4716.             </summary>
  4717.         </member>
  4718.         <member name="M:SourceGrid2.PositionCollection.#ctor(SourceGrid2.Position[])">
  4719.             <summary>
  4720.             Initializes a new instance of the PositionCollection class, containing elements
  4721.             copied from an array.
  4722.             </summary>
  4723.             <param name="items">
  4724.             The array whose elements are to be added to the new PositionCollection.
  4725.             </param>
  4726.         </member>
  4727.         <member name="M:SourceGrid2.PositionCollection.#ctor(SourceGrid2.PositionCollection)">
  4728.             <summary>
  4729.             Initializes a new instance of the PositionCollection class, containing elements
  4730.             copied from another instance of PositionCollection
  4731.             </summary>
  4732.             <param name="items">
  4733.             The PositionCollection whose elements are to be added to the new PositionCollection.
  4734.             </param>
  4735.         </member>
  4736.         <member name="M:SourceGrid2.PositionCollection.AddRange(SourceGrid2.Position[])">
  4737.             <summary>
  4738.             Adds the elements of an array to the end of this PositionCollection.
  4739.             </summary>
  4740.             <param name="items">
  4741.             The array whose elements are to be added to the end of this PositionCollection.
  4742.             </param>
  4743.         </member>
  4744.         <member name="M:SourceGrid2.PositionCollection.AddRange(SourceGrid2.PositionCollection)">
  4745.             <summary>
  4746.             Adds the elements of another PositionCollection to the end of this PositionCollection.
  4747.             </summary>
  4748.             <param name="items">
  4749.             The PositionCollection whose elements are to be added to the end of this PositionCollection.
  4750.             </param>
  4751.         </member>
  4752.         <member name="M:SourceGrid2.PositionCollection.Add(SourceGrid2.Position)">
  4753.             <summary>
  4754.             Adds an instance of type Position to the end of this PositionCollection.
  4755.             </summary>
  4756.             <param name="value">
  4757.             The Position to be added to the end of this PositionCollection.
  4758.             </param>
  4759.         </member>
  4760.         <member name="M:SourceGrid2.PositionCollection.Contains(SourceGrid2.Position)">
  4761.             <summary>
  4762.             Determines whether a specfic Position value is in this PositionCollection.
  4763.             </summary>
  4764.             <param name="value">
  4765.             The Position value to locate in this PositionCollection.
  4766.             </param>
  4767.             <returns>
  4768.             true if value is found in this PositionCollection;
  4769.             false otherwise.
  4770.             </returns>
  4771.         </member>
  4772.         <member name="M:SourceGrid2.PositionCollection.IndexOf(SourceGrid2.Position)">
  4773.             <summary>
  4774.             Return the zero-based index of the first occurrence of a specific value
  4775.             in this PositionCollection
  4776.             </summary>
  4777.             <param name="value">
  4778.             The Position value to locate in the PositionCollection.
  4779.             </param>
  4780.             <returns>
  4781.             The zero-based index of the first occurrence of the _ELEMENT value if found;
  4782.             -1 otherwise.
  4783.             </returns>
  4784.         </member>
  4785.         <member name="M:SourceGrid2.PositionCollection.Insert(System.Int32,SourceGrid2.Position)">
  4786.             <summary>
  4787.             Inserts an element into the PositionCollection at the specified index
  4788.             </summary>
  4789.             <param name="index">
  4790.             The index at which the Position is to be inserted.
  4791.             </param>
  4792.             <param name="value">
  4793.             The Position to insert.
  4794.             </param>
  4795.         </member>
  4796.         <member name="M:SourceGrid2.PositionCollection.Remove(SourceGrid2.Position)">
  4797.             <summary>
  4798.             Removes the first occurrence of a specific Position from this PositionCollection.
  4799.             </summary>
  4800.             <param name="value">
  4801.             The Position value to remove from this PositionCollection.
  4802.             </param>
  4803.         </member>
  4804.         <member name="M:SourceGrid2.PositionCollection.GetEnumerator">
  4805.             <summary>
  4806.             Returns an enumerator that can iterate through the elements of this PositionCollection.
  4807.             </summary>
  4808.             <returns>
  4809.             An object that implements System.Collections.IEnumerator.
  4810.             </returns>        
  4811.         </member>
  4812.         <member name="P:SourceGrid2.PositionCollection.Item(System.Int32)">
  4813.             <summary>
  4814.             Gets or sets the Position at the given index in this PositionCollection.
  4815.             </summary>
  4816.         </member>
  4817.         <member name="T:SourceGrid2.PositionCollection.Enumerator">
  4818.             <summary>
  4819.             Type-specific enumeration class, used by PositionCollection.GetEnumerator.
  4820.             </summary>
  4821.         </member>
  4822.         <member name="T:SourceGrid2.LinkedControlsList">
  4823.             <summary>
  4824.             A dictionary with keys of type Control and values of type Position
  4825.             </summary>
  4826.         </member>
  4827.         <member name="M:SourceGrid2.LinkedControlsList.#ctor">
  4828.             <summary>
  4829.             Initializes a new empty instance of the ControlToPositionAssociation class
  4830.             </summary>
  4831.         </member>
  4832.         <member name="M:SourceGrid2.LinkedControlsList.Add(System.Windows.Forms.Control,SourceGrid2.Position)">
  4833.             <summary>
  4834.             Adds an element with the specified key and value to this ControlToPositionAssociation.
  4835.             </summary>
  4836.             <param name="key">
  4837.             The Control key of the element to add.
  4838.             </param>
  4839.             <param name="value">
  4840.             The Position value of the element to add.
  4841.             </param>
  4842.         </member>
  4843.         <member name="M:SourceGrid2.LinkedControlsList.Contains(System.Windows.Forms.Control)">
  4844.             <summary>
  4845.             Determines whether this ControlToPositionAssociation contains a specific key.
  4846.             </summary>
  4847.             <param name="key">
  4848.             The Control key to locate in this ControlToPositionAssociation.
  4849.             </param>
  4850.             <returns>
  4851.             true if this ControlToPositionAssociation contains an element with the specified key;
  4852.             otherwise, false.
  4853.             </returns>
  4854.         </member>
  4855.         <member name="M:SourceGrid2.LinkedControlsList.ContainsKey(System.Windows.Forms.Control)">
  4856.             <summary>
  4857.             Determines whether this ControlToPositionAssociation contains a specific key.
  4858.             </summary>
  4859.             <param name="key">
  4860.             The Control key to locate in this ControlToPositionAssociation.
  4861.             </param>
  4862.             <returns>
  4863.             true if this ControlToPositionAssociation contains an element with the specified key;
  4864.             otherwise, false.
  4865.             </returns>
  4866.         </member>
  4867.         <member name="M:SourceGrid2.LinkedControlsList.ContainsValue(SourceGrid2.Position)">
  4868.             <summary>
  4869.             Determines whether this ControlToPositionAssociation contains a specific value.
  4870.             </summary>
  4871.             <param name="value">
  4872.             The Position value to locate in this ControlToPositionAssociation.
  4873.             </param>
  4874.             <returns>
  4875.             true if this ControlToPositionAssociation contains an element with the specified value;
  4876.             otherwise, false.
  4877.             </returns>
  4878.         </member>
  4879.         <member name="M:SourceGrid2.LinkedControlsList.Remove(System.Windows.Forms.Control)">
  4880.             <summary>
  4881.             Removes the element with the specified key from this ControlToPositionAssociation.
  4882.             </summary>
  4883.             <param name="key">
  4884.             The Control key of the element to remove.
  4885.             </param>
  4886.         </member>
  4887.         <member name="P:SourceGrid2.LinkedControlsList.Item(System.Windows.Forms.Control)">
  4888.             <summary>
  4889.             Gets or sets the Position associated with the given Control
  4890.             </summary>
  4891.             <param name="key">
  4892.             The Control whose value to get or set.
  4893.             </param>
  4894.         </member>
  4895.         <member name="P:SourceGrid2.LinkedControlsList.Keys">
  4896.             <summary>
  4897.             Gets a collection containing the keys in this ControlToPositionAssociation.
  4898.             </summary>
  4899.         </member>
  4900.         <member name="P:SourceGrid2.LinkedControlsList.Values">
  4901.             <summary>
  4902.             Gets a collection containing the values in this ControlToPositionAssociation.
  4903.             </summary>
  4904.         </member>
  4905.         <member name="P:SourceGrid2.LinkedControlsList.UseCellBorder">
  4906.             <summary>
  4907.             True to insert the editor control inside the border of the cell, false to put the editor control over the entire cell. If you use true remember to set EnableCellDrawOnEdit == true.
  4908.             </summary>
  4909.         </member>
  4910.         <member name="T:SourceGrid2.PositionedImageCollection">
  4911.             <summary>
  4912.             A collection of elements of type PositionedImage
  4913.             </summary>
  4914.         </member>
  4915.         <member name="M:SourceGrid2.PositionedImageCollection.#ctor">
  4916.             <summary>
  4917.             Initializes a new empty instance of the PositionedImageCollection class.
  4918.             </summary>
  4919.         </member>
  4920.         <member name="M:SourceGrid2.PositionedImageCollection.#ctor(SourceGrid2.PositionedImage[])">
  4921.             <summary>
  4922.             Initializes a new instance of the PositionedImageCollection class, containing elements
  4923.             copied from an array.
  4924.             </summary>
  4925.             <param name="items">
  4926.             The array whose elements are to be added to the new PositionedImageCollection.
  4927.             </param>
  4928.         </member>
  4929.         <member name="M:SourceGrid2.PositionedImageCollection.#ctor(SourceGrid2.PositionedImageCollection)">
  4930.             <summary>
  4931.             Initializes a new instance of the PositionedImageCollection class, containing elements
  4932.             copied from another instance of PositionedImageCollection
  4933.             </summary>
  4934.             <param name="items">
  4935.             The PositionedImageCollection whose elements are to be added to the new PositionedImageCollection.
  4936.             </param>
  4937.         </member>
  4938.         <member name="M:SourceGrid2.PositionedImageCollection.AddRange(SourceGrid2.PositionedImage[])">
  4939.             <summary>
  4940.             Adds the elements of an array to the end of this PositionedImageCollection.
  4941.             </summary>
  4942.             <param name="items">
  4943.             The array whose elements are to be added to the end of this PositionedImageCollection.
  4944.             </param>
  4945.         </member>
  4946.         <member name="M:SourceGrid2.PositionedImageCollection.AddRange(SourceGrid2.PositionedImageCollection)">
  4947.             <summary>
  4948.             Adds the elements of another PositionedImageCollection to the end of this PositionedImageCollection.
  4949.             </summary>
  4950.             <param name="items">
  4951.             The PositionedImageCollection whose elements are to be added to the end of this PositionedImageCollection.
  4952.             </param>
  4953.         </member>
  4954.         <member name="M:SourceGrid2.PositionedImageCollection.Add(SourceGrid2.PositionedImage)">
  4955.             <summary>
  4956.             Adds an instance of type PositionedImage to the end of this PositionedImageCollection.
  4957.             </summary>
  4958.             <param name="value">
  4959.             The PositionedImage to be added to the end of this PositionedImageCollection.
  4960.             </param>
  4961.         </member>
  4962.         <member name="M:SourceGrid2.PositionedImageCollection.Contains(SourceGrid2.PositionedImage)">
  4963.             <summary>
  4964.             Determines whether a specfic PositionedImage value is in this PositionedImageCollection.
  4965.             </summary>
  4966.             <param name="value">
  4967.             The PositionedImage value to locate in this PositionedImageCollection.
  4968.             </param>
  4969.             <returns>
  4970.             true if value is found in this PositionedImageCollection;
  4971.             false otherwise.
  4972.             </returns>
  4973.         </member>
  4974.         <member name="M:SourceGrid2.PositionedImageCollection.IndexOf(SourceGrid2.PositionedImage)">
  4975.             <summary>
  4976.             Return the zero-based index of the first occurrence of a specific value
  4977.             in this PositionedImageCollection
  4978.             </summary>
  4979.             <param name="value">
  4980.             The PositionedImage value to locate in the PositionedImageCollection.
  4981.             </param>
  4982.             <returns>
  4983.             The zero-based index of the first occurrence of the _ELEMENT value if found;
  4984.             -1 otherwise.
  4985.             </returns>
  4986.         </member>
  4987.         <member name="M:SourceGrid2.PositionedImageCollection.Insert(System.Int32,SourceGrid2.PositionedImage)">
  4988.             <summary>
  4989.             Inserts an element into the PositionedImageCollection at the specified index
  4990.             </summary>
  4991.             <param name="index">
  4992.             The index at which the PositionedImage is to be inserted.
  4993.             </param>
  4994.             <param name="value">
  4995.             The PositionedImage to insert.
  4996.             </param>
  4997.         </member>
  4998.         <member name="M:SourceGrid2.PositionedImageCollection.Remove(SourceGrid2.PositionedImage)">
  4999.             <summary>
  5000.             Removes the first occurrence of a specific PositionedImage from this PositionedImageCollection.
  5001.             </summary>
  5002.             <param name="value">
  5003.             The PositionedImage value to remove from this PositionedImageCollection.
  5004.             </param>
  5005.         </member>
  5006.         <member name="M:SourceGrid2.PositionedImageCollection.GetEnumerator">
  5007.             <summary>
  5008.             Returns an enumerator that can iterate through the elements of this PositionedImageCollection.
  5009.             </summary>
  5010.             <returns>
  5011.             An object that implements System.Collections.IEnumerator.
  5012.             </returns>        
  5013.         </member>
  5014.         <member name="P:SourceGrid2.PositionedImageCollection.Item(System.Int32)">
  5015.             <summary>
  5016.             Gets or sets the PositionedImage at the given index in this PositionedImageCollection.
  5017.             </summary>
  5018.         </member>
  5019.         <member name="T:SourceGrid2.PositionedImageCollection.Enumerator">
  5020.             <summary>
  5021.             Type-specific enumeration class, used by PositionedImageCollection.GetEnumerator.
  5022.             </summary>
  5023.         </member>
  5024.         <member name="T:SourceGrid2.ControlsRepository">
  5025.             <summary>
  5026.             A dictionary with keys of type Guid and values of type Control
  5027.             </summary>
  5028.         </member>
  5029.         <member name="M:SourceGrid2.ControlsRepository.#ctor(System.Windows.Forms.Control)">
  5030.             <summary>
  5031.             Initializes a new empty instance of the ControlsRepository class
  5032.             </summary>
  5033.         </member>
  5034.         <member name="M:SourceGrid2.ControlsRepository.Add(System.Guid,System.Windows.Forms.Control)">
  5035.             <summary>
  5036.             Adds an element with the specified key and value to this ControlsRepository.
  5037.             </summary>
  5038.             <param name="key">
  5039.             The Guid key of the element to add.
  5040.             </param>
  5041.             <param name="value">
  5042.             The Control value of the element to add.
  5043.             </param>
  5044.         </member>
  5045.         <member name="M:SourceGrid2.ControlsRepository.Contains(System.Guid)">
  5046.             <summary>
  5047.             Determines whether this ControlsRepository contains a specific key.
  5048.             </summary>
  5049.             <param name="key">
  5050.             The Guid key to locate in this ControlsRepository.
  5051.             </param>
  5052.             <returns>
  5053.             true if this ControlsRepository contains an element with the specified key;
  5054.             otherwise, false.
  5055.             </returns>
  5056.         </member>
  5057.         <member name="M:SourceGrid2.ControlsRepository.ContainsKey(System.Guid)">
  5058.             <summary>
  5059.             Determines whether this ControlsRepository contains a specific key.
  5060.             </summary>
  5061.             <param name="key">
  5062.             The Guid key to locate in this ControlsRepository.
  5063.             </param>
  5064.             <returns>
  5065.             true if this ControlsRepository contains an element with the specified key;
  5066.             otherwise, false.
  5067.             </returns>
  5068.         </member>
  5069.         <member name="M:SourceGrid2.ControlsRepository.ContainsValue(System.Windows.Forms.Control)">
  5070.             <summary>
  5071.             Determines whether this ControlsRepository contains a specific value.
  5072.             </summary>
  5073.             <param name="value">
  5074.             The Control value to locate in this ControlsRepository.
  5075.             </param>
  5076.             <returns>
  5077.             true if this ControlsRepository contains an element with the specified value;
  5078.             otherwise, false.
  5079.             </returns>
  5080.         </member>
  5081.         <member name="M:SourceGrid2.ControlsRepository.Remove(System.Guid)">
  5082.             <summary>
  5083.             Removes the element with the specified key from this ControlsRepository.
  5084.             </summary>
  5085.             <param name="key">
  5086.             The Guid key of the element to remove.
  5087.             </param>
  5088.         </member>
  5089.         <member name="P:SourceGrid2.ControlsRepository.Item(System.Guid)">
  5090.             <summary>
  5091.             Gets or sets the Control associated with the given Guid
  5092.             </summary>
  5093.             <param name="key">
  5094.             The Guid whose value to get or set.
  5095.             </param>
  5096.         </member>
  5097.         <member name="P:SourceGrid2.ControlsRepository.Keys">
  5098.             <summary>
  5099.             Gets a collection containing the keys in this ControlsRepository.
  5100.             </summary>
  5101.         </member>
  5102.         <member name="P:SourceGrid2.ControlsRepository.Values">
  5103.             <summary>
  5104.             Gets a collection containing the values in this ControlsRepository.
  5105.             </summary>
  5106.         </member>
  5107.         <member name="T:SourceGrid2.DataModels.DataModelBase">
  5108.             <summary>
  5109.             Represents the base class of a DataModel. This DataModel support conversion but doesn't provide any user interface editor.
  5110.             </summary>
  5111.         </member>
  5112.         <member name="T:SourceGrid2.DataModels.IDataModel">
  5113.             <summary>
  5114.             Class used for editing operation, string conversion and value formatting
  5115.             </summary>
  5116.         </member>
  5117.         <member name="M:SourceGrid2.DataModels.IDataModel.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5118.             <summary>
  5119.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit. For internal use only, use Cell.StartEdit.
  5120.             </summary>
  5121.             <param name="p_Cell">Cell to start edit</param>
  5122.             <param name="p_Position">Editing position(Row/Col)</param>
  5123.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5124.         </member>
  5125.         <member name="M:SourceGrid2.DataModels.IDataModel.InternalEndEdit(System.Boolean)">
  5126.             <summary>
  5127.             Terminate the edit action. For internal use only, use Cell.EndEdit.
  5128.             </summary>
  5129.             <param name="p_Cancel">True to cancel the editing and return to normal mode, false to call automatically ApplyEdit and terminate editing</param>
  5130.             <returns>Returns true if the cell terminate the editing mode</returns>
  5131.         </member>
  5132.         <member name="M:SourceGrid2.DataModels.IDataModel.ClearCell(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position)">
  5133.             <summary>
  5134.             Clear the value of the cell using the default value
  5135.             </summary>
  5136.             <param name="p_Cell"></param>
  5137.             <param name="p_Position">Cell position</param>
  5138.         </member>
  5139.         <member name="M:SourceGrid2.DataModels.IDataModel.SetCellValue(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5140.             <summary>
  5141.             Change the value of the cell applying the rule of the current editor. Is recommend to use this method to simulate a edit operation and to validate the cell value using the current model.
  5142.             </summary>
  5143.             <param name="p_Cell">Cell to change value</param>
  5144.             <param name="p_Position">Current Cell Position</param>
  5145.             <param name="p_NewValue"></param>
  5146.             <returns>returns true if the value passed is valid and has been applied to the cell</returns>
  5147.         </member>
  5148.         <member name="M:SourceGrid2.DataModels.IDataModel.IsErrorString(System.String)">
  5149.             <summary>
  5150.             Check if the given string is error
  5151.             </summary>
  5152.             <param name="p_str"></param>
  5153.             <returns></returns>
  5154.         </member>
  5155.         <member name="P:SourceGrid2.DataModels.IDataModel.EditCell">
  5156.             <summary>
  5157.             Cell in editing, if null no cell is in editing state
  5158.             </summary>
  5159.         </member>
  5160.         <member name="P:SourceGrid2.DataModels.IDataModel.EditPosition">
  5161.             <summary>
  5162.             Cell in editing, if Empty no cell is in editing state
  5163.             </summary>
  5164.         </member>
  5165.         <member name="P:SourceGrid2.DataModels.IDataModel.IsEditing">
  5166.             <summary>
  5167.             Returns true if the cell is in editing state
  5168.             </summary>
  5169.         </member>
  5170.         <member name="P:SourceGrid2.DataModels.IDataModel.EnableEdit">
  5171.             <summary>
  5172.             Enable or disable the cell editor (if disable no edit is allowed). If false also not UI editing are blocked.
  5173.             </summary>
  5174.         </member>
  5175.         <member name="P:SourceGrid2.DataModels.IDataModel.EditableMode">
  5176.             <summary>
  5177.             Mode to edit the cell.
  5178.             </summary>
  5179.         </member>
  5180.         <member name="P:SourceGrid2.DataModels.IDataModel.EnableCellDrawOnEdit">
  5181.             <summary>
  5182.             Indicates if the draw of the cell when in editing mode is enabled.
  5183.             </summary>
  5184.         </member>
  5185.         <member name="E:SourceGrid2.DataModels.IDataModel.Validating">
  5186.             <summary>
  5187.             Fired to check if the value specified by the user is allowed
  5188.             this event is fired after the ValidatingValue (use ValidatingValue to check if the value is compatible with the cell)
  5189.             </summary>
  5190.         </member>
  5191.         <member name="E:SourceGrid2.DataModels.IDataModel.Validated">
  5192.             <summary>
  5193.             Fired after the value specified by the user inserited in the cell
  5194.             </summary>
  5195.         </member>
  5196.         <member name="M:SourceGrid2.DataModels.DataModelBase.#ctor(System.Type)">
  5197.             <summary>
  5198.             Construct a Model. Based on the Type specified the constructor populate StringEditor property
  5199.             </summary>
  5200.             <param name="p_Type">The type of this model</param>
  5201.         </member>
  5202.         <member name="M:SourceGrid2.DataModels.DataModelBase.SetEditCell(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position)">
  5203.             <summary>
  5204.             Set the current editing cell, for an editor only one cell can be in editing state
  5205.             </summary>
  5206.             <param name="p_Cell"></param>
  5207.             <param name="p_Position"></param>
  5208.         </member>
  5209.         <member name="F:SourceGrid2.DataModels.DataModelBase.m_ErrorString">
  5210.             <summary>
  5211.             Error rappresentation
  5212.             </summary>
  5213.         </member>
  5214.         <member name="M:SourceGrid2.DataModels.DataModelBase.IsErrorString(System.String)">
  5215.             <summary>
  5216.             Returns true if the string passed is equal to the error string rappresentation
  5217.             </summary>
  5218.             <param name="p_str"></param>
  5219.             <returns></returns>
  5220.         </member>
  5221.         <member name="M:SourceGrid2.DataModels.DataModelBase.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5222.             <summary>
  5223.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit.
  5224.             </summary>
  5225.             <param name="p_Cell">Cell to start edit</param>
  5226.             <param name="p_Position">Editing position(Row/Col)</param>
  5227.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5228.         </member>
  5229.         <member name="M:SourceGrid2.DataModels.DataModelBase.InternalApplyEdit">
  5230.             <summary>
  5231.             Apply edited value
  5232.             </summary>
  5233.             <returns></returns>
  5234.         </member>
  5235.         <member name="M:SourceGrid2.DataModels.DataModelBase.InternalEndEdit(System.Boolean)">
  5236.             <summary>
  5237.             Cancel the edit action
  5238.             </summary>
  5239.             <param name="p_Cancel">True to cancel the editing and return to normal mode, false to call automatically ApplyEdit and terminate editing</param>
  5240.             <returns>Returns true if the cell terminate the editing mode</returns>
  5241.         </member>
  5242.         <member name="M:SourceGrid2.DataModels.DataModelBase.GetEditedValue">
  5243.             <summary>
  5244.             Returns the new value edited with the custom control
  5245.             </summary>
  5246.             <returns></returns>
  5247.         </member>
  5248.         <member name="M:SourceGrid2.DataModels.DataModelBase.ClearCell(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position)">
  5249.             <summary>
  5250.             Clear the value of the cell using the default value
  5251.             </summary>
  5252.             <param name="p_Cell"></param>
  5253.             <param name="p_Position">Cell position</param>
  5254.         </member>
  5255.         <member name="M:SourceGrid2.DataModels.DataModelBase.SetCellValue(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5256.             <summary>
  5257.             Change the value of the cell applying the rule of the current editor. Is recommend to use this method to simulate a edit operation and to validate the cell value using the current model.
  5258.             </summary>
  5259.             <param name="p_Cell">Cell to change value</param>
  5260.             <param name="p_Position">Current Cell Position</param>
  5261.             <param name="p_NewValue"></param>
  5262.             <returns>returns true if the value passed is valid and has been applied to the cell</returns>
  5263.         </member>
  5264.         <member name="M:SourceGrid2.DataModels.DataModelBase.OnValidated(SourceGrid2.CellEventArgs)">
  5265.             <summary>
  5266.             Functions used when the validating operation is finished
  5267.             </summary>
  5268.             <param name="e"></param>
  5269.         </member>
  5270.         <member name="M:SourceGrid2.DataModels.DataModelBase.OnValidating(SourceGrid2.ValidatingCellEventArgs)">
  5271.             <summary>
  5272.             Validating the value of the cell.
  5273.             </summary>
  5274.             <param name="e"></param>
  5275.         </member>
  5276.         <member name="F:SourceGrid2.DataModels.DataModelBase.EditException">
  5277.             <summary>
  5278.             Event fired when an exception is throw in the Validated event or in an editing method
  5279.             </summary>
  5280.         </member>
  5281.         <member name="M:SourceGrid2.DataModels.DataModelBase.OnEditException(SourceGrid2.EditExceptionEventArgs)">
  5282.             <summary>
  5283.             Event fired when an exception is throw in the Validated event or in an editing method
  5284.             </summary>
  5285.             <param name="e"></param>
  5286.         </member>
  5287.         <member name="P:SourceGrid2.DataModels.DataModelBase.EditCell">
  5288.             <summary>
  5289.             Cell in editing, if null no cell is in editing state
  5290.             </summary>
  5291.         </member>
  5292.         <member name="P:SourceGrid2.DataModels.DataModelBase.EditPosition">
  5293.             <summary>
  5294.             Cell in editing, if Empty no cell is in editing state
  5295.             </summary>
  5296.         </member>
  5297.         <member name="P:SourceGrid2.DataModels.DataModelBase.ErrorString">
  5298.             <summary>
  5299.             String used when error occurred
  5300.             </summary>
  5301.         </member>
  5302.         <member name="P:SourceGrid2.DataModels.DataModelBase.EnableEdit">
  5303.             <summary>
  5304.             Enable or disable the cell editor (if disable no visual edit is allowed)
  5305.             </summary>
  5306.         </member>
  5307.         <member name="P:SourceGrid2.DataModels.DataModelBase.EditableMode">
  5308.             <summary>
  5309.             Mode to edit the cell.
  5310.             </summary>
  5311.         </member>
  5312.         <member name="P:SourceGrid2.DataModels.DataModelBase.EnableCellDrawOnEdit">
  5313.             <summary>
  5314.             Indicates if the draw of the cell when in editing mode is enabled.
  5315.             </summary>
  5316.         </member>
  5317.         <member name="P:SourceGrid2.DataModels.DataModelBase.IsEditing">
  5318.             <summary>
  5319.             Indicates if the current editor is in editing state
  5320.             </summary>
  5321.         </member>
  5322.         <member name="E:SourceGrid2.DataModels.DataModelBase.Validating">
  5323.             <summary>
  5324.             Validating event
  5325.             </summary>
  5326.         </member>
  5327.         <member name="E:SourceGrid2.DataModels.DataModelBase.Validated">
  5328.             <summary>
  5329.             Validated event
  5330.             </summary>
  5331.         </member>
  5332.         <member name="T:SourceGrid2.DataModels.EditorComboBox">
  5333.             <summary>
  5334.             Editor for a ComboBox (using ComboBoxEx control)
  5335.             </summary>
  5336.         </member>
  5337.         <member name="T:SourceGrid2.DataModels.EditorControlBase">
  5338.             <summary>
  5339.             The base class for all the editor that have a control
  5340.             </summary>
  5341.         </member>
  5342.         <member name="M:SourceGrid2.DataModels.EditorControlBase.#ctor(System.Type)">
  5343.             <summary>
  5344.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5345.             </summary>
  5346.             <param name="p_Type">The type of this model</param>
  5347.         </member>
  5348.         <member name="M:SourceGrid2.DataModels.EditorControlBase.GetEditorControl(SourceGrid2.GridVirtual)">
  5349.             <summary>
  5350.             Returns the control attached to a particular grid, using ScrollablePanel. This method cannot be used to retrive editor attached to the fixed panel. Use GetEditorControl(GridSubPanel p_GridPanel) if you want to attach the editor to a fixed panel.
  5351.             </summary>
  5352.             <param name="p_Grid">The grid where the control is attached.</param>
  5353.             <returns></returns>
  5354.         </member>
  5355.         <member name="M:SourceGrid2.DataModels.EditorControlBase.GetEditorControl(SourceGrid2.GridSubPanel)">
  5356.             <summary>
  5357.             Returns the control attached to a particular grid panel.
  5358.             </summary>
  5359.             <param name="p_GridPanel"></param>
  5360.             <returns></returns>
  5361.         </member>
  5362.         <member name="M:SourceGrid2.DataModels.EditorControlBase.IsAttached(SourceGrid2.GridVirtual)">
  5363.             <summary>
  5364.             Returns true if the control is atteched to the grid. This method use IsAttached(GridSubPanel p_GridPanel) with ScrollablePanel property.
  5365.             </summary>
  5366.             <param name="p_Grid">The grid to check if the control is attached</param>
  5367.             <returns></returns>
  5368.         </member>
  5369.         <member name="M:SourceGrid2.DataModels.EditorControlBase.IsAttached(SourceGrid2.GridSubPanel)">
  5370.             <summary>
  5371.             Returns true if the control is atteched to the grid panel.
  5372.             </summary>
  5373.             <param name="p_GridPanel">The grid to check if the control is attached</param>
  5374.             <returns></returns>
  5375.         </member>
  5376.         <member name="M:SourceGrid2.DataModels.EditorControlBase.AttachEditorControl(SourceGrid2.GridVirtual)">
  5377.             <summary>
  5378.             Add the current editor to the grid ScrollablePanel. If you want to attach the editor to another panel call AttachEditorControl(GridSubPanel p_GridPanel)
  5379.             </summary>
  5380.             <param name="p_Grid"></param>
  5381.         </member>
  5382.         <member name="M:SourceGrid2.DataModels.EditorControlBase.AttachEditorControl(SourceGrid2.GridSubPanel)">
  5383.             <summary>
  5384.             Add the current editor to the grid panel.
  5385.             </summary>
  5386.             <param name="p_GridPanel"></param>
  5387.         </member>
  5388.         <member name="M:SourceGrid2.DataModels.EditorControlBase.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5389.             <summary>
  5390.             Fired when the control is attached to a panel. Use this method to customize the control.
  5391.             </summary>
  5392.             <param name="e"></param>
  5393.         </member>
  5394.         <member name="M:SourceGrid2.DataModels.EditorControlBase.DetachEditorControl(SourceGrid2.GridVirtual)">
  5395.             <summary>
  5396.             Remove the current editor from the grid control
  5397.             </summary>
  5398.             <param name="p_Grid"></param>
  5399.         </member>
  5400.         <member name="M:SourceGrid2.DataModels.EditorControlBase.DetachEditorControl(SourceGrid2.GridSubPanel)">
  5401.             <summary>
  5402.             Remove the current editor from the grid panel.
  5403.             </summary>
  5404.             <param name="p_GridPanel"></param>
  5405.         </member>
  5406.         <member name="M:SourceGrid2.DataModels.EditorControlBase.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5407.             <summary>
  5408.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit.
  5409.             </summary>
  5410.             <param name="p_Cell">Cell to start edit</param>
  5411.             <param name="p_Position">Editing position(Row/Col)</param>
  5412.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5413.         </member>
  5414.         <member name="M:SourceGrid2.DataModels.EditorControlBase.GetEditorControlGuid">
  5415.             <summary>
  5416.             Returns the GUID of the control that the current editor use
  5417.             </summary>
  5418.             <returns></returns>
  5419.         </member>
  5420.         <member name="M:SourceGrid2.DataModels.EditorControlBase.CreateEditorControl">
  5421.             <summary>
  5422.             Create a new control used in this editor
  5423.             </summary>
  5424.             <returns></returns>
  5425.         </member>
  5426.         <member name="M:SourceGrid2.DataModels.EditorControlBase.InternalApplyEdit">
  5427.             <summary>
  5428.             Apply edited value
  5429.             </summary>
  5430.             <returns></returns>
  5431.         </member>
  5432.         <member name="M:SourceGrid2.DataModels.EditorControlBase.InternalEndEdit(System.Boolean)">
  5433.             <summary>
  5434.             Terminate the edit action
  5435.             </summary>
  5436.             <param name="p_Cancel">True to cancel the editing and return to normal mode, false to call automatically ApplyEdit and terminate editing</param>
  5437.             <returns>Returns true if the cell terminate the editing mode</returns>
  5438.         </member>
  5439.         <member name="M:SourceGrid2.DataModels.EditorControlBase.InnerControl_Validated(System.Object,System.EventArgs)">
  5440.             <summary>
  5441.             Validated of the editor control
  5442.             </summary>
  5443.             <param name="sender"></param>
  5444.             <param name="e"></param>
  5445.         </member>
  5446.         <member name="M:SourceGrid2.DataModels.EditorControlBase.GetEditedValue">
  5447.             <summary>
  5448.             Returns the value inserted with the current editor control
  5449.             </summary>
  5450.             <returns></returns>
  5451.         </member>
  5452.         <member name="M:SourceGrid2.DataModels.EditorComboBox.#ctor(System.Type)">
  5453.             <summary>
  5454.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5455.             </summary>
  5456.             <param name="p_Type">The type of this model</param>
  5457.         </member>
  5458.         <member name="M:SourceGrid2.DataModels.EditorComboBox.#ctor(System.Type,System.Collections.ICollection,System.Boolean)">
  5459.             <summary>
  5460.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5461.             </summary>
  5462.             <param name="p_Type">The type of this model</param>
  5463.             <param name="p_StandardValues"></param>
  5464.             <param name="p_StandardValueExclusive">True to not allow custom value, only the values specified in the standardvalues collection are allowed.</param>
  5465.         </member>
  5466.         <member name="M:SourceGrid2.DataModels.EditorComboBox.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5467.             <summary>
  5468.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit.
  5469.             </summary>
  5470.             <param name="p_Cell">Cell to start edit</param>
  5471.             <param name="p_Position">Editing position(Row/Col)</param>
  5472.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5473.         </member>
  5474.         <member name="M:SourceGrid2.DataModels.EditorComboBox.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5475.             <summary>
  5476.             Fired when the control is attached to a panel. Use this method to customize the control.
  5477.             </summary>
  5478.             <param name="e"></param>
  5479.         </member>
  5480.         <member name="M:SourceGrid2.DataModels.EditorComboBox.GetEditedValue">
  5481.             <summary>
  5482.             Returns the value inserted with the current editor control
  5483.             </summary>
  5484.             <returns></returns>
  5485.         </member>
  5486.         <member name="T:SourceGrid2.DataModels.EditorDateTime">
  5487.             <summary>
  5488.             Create a DataModel editor that use a DateTimePicker as editor.
  5489.             </summary>
  5490.         </member>
  5491.         <member name="M:SourceGrid2.DataModels.EditorDateTime.#ctor">
  5492.             <summary>
  5493.             Constructor
  5494.             </summary>
  5495.         </member>
  5496.         <member name="M:SourceGrid2.DataModels.EditorDateTime.CreateEditorControl">
  5497.             <summary>
  5498.             Create the editor control
  5499.             </summary>
  5500.             <returns></returns>
  5501.         </member>
  5502.         <member name="M:SourceGrid2.DataModels.EditorDateTime.GetEditorDateTimePicker(SourceGrid2.GridVirtual)">
  5503.             <summary>
  5504.             Returns the DateTimePicker
  5505.             </summary>
  5506.             <param name="p_Grid"></param>
  5507.             <returns></returns>
  5508.         </member>
  5509.         <member name="M:SourceGrid2.DataModels.EditorDateTime.GetEditorDateTimePicker(SourceGrid2.GridSubPanel)">
  5510.             <summary>
  5511.             Returns the DateTimePicker
  5512.             </summary>
  5513.             <param name="p_GridPanel"></param>
  5514.             <returns></returns>
  5515.         </member>
  5516.         <member name="M:SourceGrid2.DataModels.EditorDateTime.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5517.             <summary>
  5518.             Start editing the cell passed
  5519.             </summary>
  5520.             <param name="p_Cell">Cell to start edit</param>
  5521.             <param name="p_Position">Editing position(Row/Col)</param>
  5522.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5523.         </member>
  5524.         <member name="M:SourceGrid2.DataModels.EditorDateTime.GetEditedValue">
  5525.             <summary>
  5526.             Returns the value inserted with the current editor control
  5527.             </summary>
  5528.             <returns></returns>
  5529.         </member>
  5530.         <member name="T:SourceGrid2.DataModels.EditorNumericUpDown">
  5531.             <summary>
  5532.             Summary description for NumericUpDownEditor.
  5533.             </summary>
  5534.         </member>
  5535.         <member name="M:SourceGrid2.DataModels.EditorNumericUpDown.#ctor">
  5536.             <summary>
  5537.             Create a model of type Decimal
  5538.             </summary>
  5539.         </member>
  5540.         <member name="M:SourceGrid2.DataModels.EditorNumericUpDown.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5541.             <summary>
  5542.             Start editing the cell passed
  5543.             </summary>
  5544.             <param name="p_Cell">Cell to start edit</param>
  5545.             <param name="p_Position">Editing position(Row/Col)</param>
  5546.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5547.         </member>
  5548.         <member name="M:SourceGrid2.DataModels.EditorNumericUpDown.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5549.             <summary>
  5550.             Fired when the control is attached to a panel. Use this method to customize the control.
  5551.             </summary>
  5552.             <param name="e"></param>
  5553.         </member>
  5554.         <member name="M:SourceGrid2.DataModels.EditorNumericUpDown.GetEditedValue">
  5555.             <summary>
  5556.             Returns the value inserted with the current editor control
  5557.             </summary>
  5558.             <returns></returns>
  5559.         </member>
  5560.         <member name="T:SourceGrid2.DataModels.EditorTextBox">
  5561.             <summary>
  5562.             A DataModel that use a TextBoxTyped for editing support.
  5563.             </summary>
  5564.         </member>
  5565.         <member name="M:SourceGrid2.DataModels.EditorTextBox.#ctor(System.Type)">
  5566.             <summary>
  5567.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5568.             </summary>
  5569.             <param name="p_Type">The type of this model</param>
  5570.         </member>
  5571.         <member name="M:SourceGrid2.DataModels.EditorTextBox.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5572.             <summary>
  5573.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit.
  5574.             </summary>
  5575.             <param name="p_Cell">Cell to start edit</param>
  5576.             <param name="p_Position">Editing position(Row/Col)</param>
  5577.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5578.         </member>
  5579.         <member name="M:SourceGrid2.DataModels.EditorTextBox.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5580.             <summary>
  5581.             Fired when the control is attached to a panel. Use this method to customize the control.
  5582.             </summary>
  5583.             <param name="e"></param>
  5584.         </member>
  5585.         <member name="M:SourceGrid2.DataModels.EditorTextBox.GetEditedValue">
  5586.             <summary>
  5587.             Returns the value inserted with the current editor control
  5588.             </summary>
  5589.             <returns></returns>
  5590.         </member>
  5591.         <member name="P:SourceGrid2.DataModels.EditorTextBox.Multiline">
  5592.             <summary>
  5593.             Gets or sets a value indicating whether this is a multiline text box editor.
  5594.             </summary>
  5595.         </member>
  5596.         <member name="P:SourceGrid2.DataModels.EditorTextBox.MaxLength">
  5597.             <summary>
  5598.             Gets or sets the maximum number of characters allowed in the text box editor.
  5599.             </summary>
  5600.         </member>
  5601.         <member name="P:SourceGrid2.DataModels.EditorTextBox.ValidCharacters">
  5602.             <summary>
  5603.             A list of characters allowed for the textbox. Used in the OnKeyPress event. If null no check is made.
  5604.             If not null any others charecters is not allowed. First the function check if ValidCharacters is not null then check for InvalidCharacters.
  5605.             </summary>
  5606.         </member>
  5607.         <member name="P:SourceGrid2.DataModels.EditorTextBox.InvalidCharacters">
  5608.             <summary>
  5609.             A list of characters not allowed for the textbox. Used in the OnKeyPress event. If null no check is made.
  5610.             If not null any characters in the list is not allowed. First the function check if ValidCharacters is not null then check for InvalidCharacters.
  5611.             </summary>
  5612.         </member>
  5613.         <member name="M:SourceGrid2.DataModels.EditorTextBoxButton.#ctor(System.Type)">
  5614.             <summary>
  5615.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5616.             </summary>
  5617.             <param name="p_Type">The type of this model</param>
  5618.         </member>
  5619.         <member name="M:SourceGrid2.DataModels.EditorTextBoxButton.InternalStartEdit(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Object)">
  5620.             <summary>
  5621.             Start editing the cell passed. Do not call this method for start editing a cell, you must use Cell.StartEdit.
  5622.             </summary>
  5623.             <param name="p_Cell">Cell to start edit</param>
  5624.             <param name="p_Position">Editing position(Row/Col)</param>
  5625.             <param name="p_StartEditValue">Can be null(in this case use the p_cell.Value</param>
  5626.         </member>
  5627.         <member name="M:SourceGrid2.DataModels.EditorTextBoxButton.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5628.             <summary>
  5629.             Fired when the control is attached to a panel. Use this method to customize the control.
  5630.             </summary>
  5631.             <param name="e"></param>
  5632.         </member>
  5633.         <member name="M:SourceGrid2.DataModels.EditorTextBoxButton.GetEditedValue">
  5634.             <summary>
  5635.             Returns the value inserted with the current editor control
  5636.             </summary>
  5637.             <returns></returns>
  5638.         </member>
  5639.         <member name="T:SourceGrid2.DataModels.EditorTextBoxNumeric">
  5640.             <summary>
  5641.             A DataModel that use a TextBoxTypedNumeric for editing support. You can customize the NumericCharStyle property to enable char validation.
  5642.             This class automatically set the ValidCharacters and InvalidCharacters using SourceLibrary.Windows.Forms.TextBoxTypedNumeric.CreateNumericValidChars method.
  5643.             </summary>
  5644.         </member>
  5645.         <member name="M:SourceGrid2.DataModels.EditorTextBoxNumeric.#ctor(System.Type)">
  5646.             <summary>
  5647.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5648.             </summary>
  5649.             <param name="p_Type">The type of this model</param>
  5650.         </member>
  5651.         <member name="M:SourceGrid2.DataModels.EditorTextBoxNumeric.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5652.             <summary>
  5653.             Fired when the control is attached to a panel. Use this method to customize the control.
  5654.             </summary>
  5655.             <param name="e"></param>
  5656.         </member>
  5657.         <member name="P:SourceGrid2.DataModels.EditorTextBoxNumeric.NumericCharStyle">
  5658.             <summary>
  5659.             This property automatically set the ValidCharacters and InvalidCharacters using SourceLibrary.Windows.Forms.TextBoxTypedNumeric.CreateNumericValidChars method.
  5660.             </summary>
  5661.         </member>
  5662.         <member name="T:SourceGrid2.DataModels.EditorTime">
  5663.             <summary>
  5664.             Create a DataModel editor that use a DateTimePicker as editor and a DateTimeTypeConverter for TypeConverter using a time format.
  5665.             </summary>
  5666.         </member>
  5667.         <member name="M:SourceGrid2.DataModels.EditorTime.#ctor">
  5668.             <summary>
  5669.             Constructor
  5670.             </summary>
  5671.         </member>
  5672.         <member name="M:SourceGrid2.DataModels.EditorTime.#ctor(System.String,System.String[])">
  5673.             <summary>
  5674.             Constructor
  5675.             </summary>
  5676.         </member>
  5677.         <member name="M:SourceGrid2.DataModels.EditorTime.CreateEditorControl">
  5678.             <summary>
  5679.             Create the editor control
  5680.             </summary>
  5681.             <returns></returns>
  5682.         </member>
  5683.         <member name="T:SourceGrid2.DataModels.EditorUITypeEditor">
  5684.             <summary>
  5685.              A model that use a UITypeEditor to edit the cell.
  5686.             </summary>
  5687.         </member>
  5688.         <member name="M:SourceGrid2.DataModels.EditorUITypeEditor.#ctor(System.Type)">
  5689.             <summary>
  5690.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5691.             </summary>
  5692.             <param name="p_Type">The type of this model</param>
  5693.         </member>
  5694.         <member name="M:SourceGrid2.DataModels.EditorUITypeEditor.#ctor(System.Type,System.Drawing.Design.UITypeEditor)">
  5695.             <summary>
  5696.             Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
  5697.             </summary>
  5698.             <param name="p_Type">The type of this model</param>
  5699.             <param name="p_UITypeEditor"></param>
  5700.         </member>
  5701.         <member name="M:SourceGrid2.DataModels.EditorUITypeEditor.OnEditorAttached(System.Windows.Forms.ControlEventArgs)">
  5702.             <summary>
  5703.             Fired when the control is attached to a panel. Use this method to customize the control.
  5704.             </summary>
  5705.             <param name="e"></param>
  5706.         </member>
  5707.         <member name="T:SourceGrid2.Grid">
  5708.             <summary>
  5709.             The mai grid control with static data.
  5710.             </summary>
  5711.         </member>
  5712.         <member name="T:SourceGrid2.GridVirtual">
  5713.             <summary>
  5714.             A abstract Grid control to support large virtual data. You must override GetCell and SetCell methods.
  5715.             </summary>
  5716.         </member>
  5717.         <member name="M:SourceGrid2.GridVirtual.#ctor">
  5718.             <summary>
  5719.             Grid constructor
  5720.             </summary>
  5721.         </member>
  5722.         <member name="M:SourceGrid2.GridVirtual.GetGridContextMenus">
  5723.             <summary>
  5724.             Create the standard contextmenu based on the current selection, current focuscell and current grid settings
  5725.             </summary>
  5726.             <returns></returns>
  5727.         </member>
  5728.         <member name="M:SourceGrid2.GridVirtual.AutoSize(SourceGrid2.Range)">
  5729.             <summary>
  5730.             Auto size the columns and the rows speified
  5731.             </summary>
  5732.             <param name="p_RangeToAutoSize"></param>
  5733.         </member>
  5734.         <member name="M:SourceGrid2.GridVirtual.AutoSize">
  5735.             <summary>
  5736.             Auto size all the columns and all the rows with the required width and height
  5737.             </summary>
  5738.         </member>
  5739.         <member name="M:SourceGrid2.GridVirtual.AutoSizeView(System.Boolean)">
  5740.             <summary>
  5741.             Auto size the columns and the rows currently visible
  5742.             </summary>
  5743.             <param name="p_UseAllColumns">If true this method AutoSize all the columns using the data in the current rows visible, otherwise autosize only visible columns</param>
  5744.         </member>
  5745.         <member name="M:SourceGrid2.GridVirtual.StretchColumnsToFitWidth">
  5746.             <summary>
  5747.             stretch the columns width to always fit the available space, also when the contents of the cell is smaller.
  5748.             </summary>
  5749.         </member>
  5750.         <member name="M:SourceGrid2.GridVirtual.StretchRowsToFitHeight">
  5751.             <summary>
  5752.             stretch the rows height to always fit the available space, also when the contents of the cell is smaller.
  5753.             </summary>
  5754.         </member>
  5755.         <member name="M:SourceGrid2.GridVirtual.OnResize(System.EventArgs)">
  5756.             <summary>
  5757.             Raises the System.Windows.Forms.Control.Resize event.  
  5758.             </summary>
  5759.             <param name="e"></param>
  5760.         </member>
  5761.         <member name="M:SourceGrid2.GridVirtual.ShowColumnWidthSettings(System.Int32)">
  5762.             <summary>
  5763.             Display the form for customize column's width
  5764.             </summary>
  5765.             <param name="p_col"></param>
  5766.         </member>
  5767.         <member name="M:SourceGrid2.GridVirtual.ShowRowHeightSettings(System.Int32)">
  5768.             <summary>
  5769.             Dsplay the form for customize row's height
  5770.             </summary>
  5771.             <param name="p_row"></param>
  5772.         </member>
  5773.         <member name="M:SourceGrid2.GridVirtual.Redim(System.Int32,System.Int32)">
  5774.             <summary>
  5775.             Set the number of columns and rows
  5776.             </summary>
  5777.         </member>
  5778.         <member name="M:SourceGrid2.GridVirtual.PositionToDisplayRect(SourceGrid2.Position)">
  5779.             <summary>
  5780.             Get the rectangle of the cell respect to the client area visible, the grid DisplayRectangle.
  5781.             </summary>
  5782.             <param name="p_Position"></param>
  5783.             <returns></returns>
  5784.         </member>
  5785.         <member name="M:SourceGrid2.GridVirtual.PositionToAbsoluteRect(SourceGrid2.Position)">
  5786.             <summary>
  5787.             Get the Rectangle of the cell respect all the scrollable area. This method cannot use Row/Col Span.
  5788.             </summary>
  5789.             <param name="p_Position"></param>
  5790.             <returns></returns>
  5791.         </member>
  5792.         <member name="M:SourceGrid2.GridVirtual.RangeToAbsoluteRect(SourceGrid2.Range)">
  5793.             <summary>
  5794.             Returns the absolute rectangle relative to the total scrollable area of the specified Range. Returns a 0 rectangle if the Range is not valid
  5795.             </summary>
  5796.             <param name="p_Range"></param>
  5797.             <returns></returns>
  5798.         </member>
  5799.         <member name="M:SourceGrid2.GridVirtual.RangeToDisplayRect(SourceGrid2.Range)">
  5800.             <summary>
  5801.             Returns the relative rectangle to the current scrollable area of the specified Range. Returns a 0 rectangle if the Range is not valid. Calculates the relative position based on the Range.End property.
  5802.             </summary>
  5803.             <param name="p_Range"></param>
  5804.             <returns></returns>
  5805.         </member>
  5806.         <member name="M:SourceGrid2.GridVirtual.IsCellVisible(SourceGrid2.Position)">
  5807.             <summary>
  5808.             Indicates if the specified cell is visible.
  5809.             </summary>
  5810.             <param name="p_Position"></param>
  5811.             <returns></returns>
  5812.         </member>
  5813.         <member name="M:SourceGrid2.GridVirtual.GetScrollPositionToShowCell(SourceGrid2.Position,System.Drawing.Point@)">
  5814.             <summary>
  5815.             Return the scroll position that must be set to show a specific cell.
  5816.             </summary>
  5817.             <param name="p_Position"></param>
  5818.             <param name="p_NewScrollPosition"></param>
  5819.             <returns>Return false if the cell is already visible, return true is the cell is not currently visible.</returns>
  5820.         </member>
  5821.         <member name="M:SourceGrid2.GridVirtual.ShowCell(SourceGrid2.Position)">
  5822.             <summary>
  5823.             Scroll the view to show the cell passed
  5824.             </summary>
  5825.             <param name="p_Position"></param>
  5826.             <returns>Returns true if the Cell passed was already visible, otherwise false</returns>
  5827.         </member>
  5828.         <member name="M:SourceGrid2.GridVirtual.InvalidateCell(SourceGrid2.Position)">
  5829.             <summary>
  5830.             Force a cell to redraw. If Redraw is set to false this function has no effects
  5831.             </summary>
  5832.             <param name="p_Position"></param>
  5833.         </member>
  5834.         <member name="M:SourceGrid2.GridVirtual.InvalidateRange(SourceGrid2.Range)">
  5835.             <summary>
  5836.             Force a range of cells to redraw. If Redraw is set to false this function has no effects
  5837.             </summary>
  5838.             <param name="p_Range"></param>
  5839.         </member>
  5840.         <member name="M:SourceGrid2.GridVirtual.OnLeave(System.EventArgs)">
  5841.             <summary>
  5842.             Raises the System.Windows.Forms.Control.Leave event.  
  5843.             </summary>
  5844.             <param name="e"></param>
  5845.         </member>
  5846.         <member name="M:SourceGrid2.GridVirtual.PositionToStartPosition(SourceGrid2.Position)">
  5847.             <summary>
  5848.             This method convert a Position to the real start position of cell. This is usefull when RowSpan or ColumnSPan is grater than 1.
  5849.             For example suppose to have at grid[0,0] a cell with ColumnSpan equal to 2. If you call this method with the position 0,0 returns 0,0 and if you call this method with 0,1 return again 0,0.
  5850.             Get the real position for the specified position. For example when p_Position is a merged cell this method returns the starting position of the merged cells.
  5851.             Usually this method returns the same cell specified as parameter. This method is used for processing arrow keys, to find a valid cell when the focus is in a merged cell.
  5852.             For this class returns always p_Position.
  5853.             </summary>
  5854.             <param name="p_Position"></param>
  5855.             <returns></returns>
  5856.         </member>
  5857.         <member name="F:SourceGrid2.GridVirtual.m_MouseCellPosition">
  5858.             <summary>
  5859.             indica l'ultima cella su cui il mouse ├¿ stato spostato 
  5860.             serve per la gestione dell'evento Cell.MouseLeave e MouseEnter
  5861.             </summary>
  5862.         </member>
  5863.         <member name="M:SourceGrid2.GridVirtual.ChangeMouseCell(SourceGrid2.Position)">
  5864.             <summary>
  5865.             Fired when the cell under the mouse change. For internal use only.
  5866.             </summary>
  5867.             <param name="p_Cell"></param>
  5868.         </member>
  5869.         <member name="M:SourceGrid2.GridVirtual.ChangeMouseDownCell(SourceGrid2.Position,SourceGrid2.Position)">
  5870.             <summary>
  5871.             Change the cell currently under the mouse
  5872.             </summary>
  5873.             <param name="p_MouseDownCell"></param>
  5874.             <param name="p_MouseCell"></param>
  5875.         </member>
  5876.         <member name="M:SourceGrid2.GridVirtual.OnMouseSelectionFinish(SourceGrid2.RangeEventArgs)">
  5877.             <summary>
  5878.             Fired when the selection eith the mouse is finished
  5879.             </summary>
  5880.             <param name="e"></param>
  5881.         </member>
  5882.         <member name="M:SourceGrid2.GridVirtual.OnUndoMouseSelection(SourceGrid2.RangeEventArgs)">
  5883.             <summary>
  5884.             Fired when the mouse selection must be canceled
  5885.             </summary>
  5886.             <param name="e"></param>
  5887.         </member>
  5888.         <member name="M:SourceGrid2.GridVirtual.OnApplyMouseSelection(SourceGrid2.RangeEventArgs)">
  5889.             <summary>
  5890.             Fired when the mouse selection is succesfully finished
  5891.             </summary>
  5892.             <param name="e"></param>
  5893.         </member>
  5894.         <member name="M:SourceGrid2.GridVirtual.OnMouseSelectionChange(System.EventArgs)">
  5895.             <summary>
  5896.             Fired when the mouse selection change
  5897.             </summary>
  5898.             <param name="e"></param>
  5899.         </member>
  5900.         <member name="M:SourceGrid2.GridVirtual.MouseSelectionFinish">
  5901.             <summary>
  5902.             Fired when the mouse selection finish
  5903.             </summary>
  5904.         </member>
  5905.         <member name="M:SourceGrid2.GridVirtual.ChangeMouseSelectionCorner(SourceGrid2.Position)">
  5906.             <summary>
  5907.             Fired when the corner of the mouse selection change. For internal use only.
  5908.             </summary>
  5909.             <param name="p_Corner"></param>
  5910.         </member>
  5911.         <member name="M:SourceGrid2.GridVirtual.CreateSelectionObject">
  5912.             <summary>
  5913.             Create the Selection object. Override this method to create a custom selection object.
  5914.             </summary>
  5915.             <returns></returns>
  5916.         </member>
  5917.         <member name="F:SourceGrid2.GridVirtual.m_MouseDownPosition">
  5918.             <summary>
  5919.             Represents the cell that receive the mouse down event
  5920.             </summary>
  5921.         </member>
  5922.         <member name="M:SourceGrid2.GridVirtual.ProcessSpecialGridKey(System.Windows.Forms.KeyEventArgs)">
  5923.             <summary>
  5924.             Process Delete, Ctrl+C, Ctrl+V, Up, Down, Left, Right, Tab keys 
  5925.             </summary>
  5926.             <param name="e"></param>
  5927.         </member>
  5928.         <member name="M:SourceGrid2.GridVirtual.OnTopLeftPanelPaint(System.Windows.Forms.PaintEventArgs)">
  5929.             <summary>
  5930.             Fired when draw Left Panel
  5931.             </summary>
  5932.             <param name="e"></param>
  5933.         </member>
  5934.         <member name="M:SourceGrid2.GridVirtual.OnLeftPanelPaint(System.Windows.Forms.PaintEventArgs)">
  5935.             <summary>
  5936.             Fired when draw Left Panel
  5937.             </summary>
  5938.             <param name="e"></param>
  5939.         </member>
  5940.         <member name="M:SourceGrid2.GridVirtual.OnTopPanelPaint(System.Windows.Forms.PaintEventArgs)">
  5941.             <summary>
  5942.             Fired when draw Top Panel
  5943.             </summary>
  5944.             <param name="e"></param>
  5945.         </member>
  5946.         <member name="M:SourceGrid2.GridVirtual.OnScrollablePanelPaint(System.Windows.Forms.PaintEventArgs)">
  5947.             <summary>
  5948.             Fired when draw scrollable panel
  5949.             </summary>
  5950.             <param name="e"></param>
  5951.         </member>
  5952.         <member name="M:SourceGrid2.GridVirtual.PanelPaint(SourceGrid2.GridSubPanel,System.Windows.Forms.PaintEventArgs)">
  5953.             <summary>
  5954.             Draw the specified region of cells in PaintEventArgs to the GridSubPanel specified
  5955.             </summary>
  5956.             <param name="p_Panel"></param>
  5957.             <param name="e"></param>
  5958.         </member>
  5959.         <member name="M:SourceGrid2.GridVirtual.PaintRange(SourceGrid2.GridSubPanel,System.Windows.Forms.PaintEventArgs,SourceGrid2.Range)">
  5960.             <summary>
  5961.             Draw a range of cells in the specified panel
  5962.             </summary>
  5963.             <param name="p_Panel"></param>
  5964.             <param name="e"></param>
  5965.             <param name="p_Range"></param>
  5966.         </member>
  5967.         <member name="M:SourceGrid2.GridVirtual.PaintCell(SourceGrid2.GridSubPanel,System.Windows.Forms.PaintEventArgs,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.Rectangle)">
  5968.             <summary>
  5969.             Draw the specified Cell
  5970.             </summary>
  5971.             <param name="p_Panel"></param>
  5972.             <param name="e"></param>
  5973.             <param name="p_Cell"></param>
  5974.             <param name="p_CellPosition"></param>
  5975.             <param name="p_PanelDrawRectangle"></param>
  5976.         </member>
  5977.         <member name="M:SourceGrid2.GridVirtual.OnGridMouseDown(System.Windows.Forms.MouseEventArgs)">
  5978.             <summary>
  5979.             MouseDown event
  5980.             </summary>
  5981.             <param name="e"></param>
  5982.         </member>
  5983.         <member name="M:SourceGrid2.GridVirtual.OnGridMouseUp(System.Windows.Forms.MouseEventArgs)">
  5984.             <summary>
  5985.             MouseUp event
  5986.             </summary>
  5987.             <param name="e"></param>
  5988.         </member>
  5989.         <member name="M:SourceGrid2.GridVirtual.OnGridMouseMove(System.Windows.Forms.MouseEventArgs)">
  5990.             <summary>
  5991.             MouseMove event
  5992.             </summary>
  5993.             <param name="e"></param>
  5994.         </member>
  5995.         <member name="M:SourceGrid2.GridVirtual.OnGridMouseWheel(System.Windows.Forms.MouseEventArgs)">
  5996.             <summary>
  5997.             MouseWheel event
  5998.             </summary>
  5999.             <param name="e"></param>
  6000.         </member>
  6001.         <member name="M:SourceGrid2.GridVirtual.OnPanelMouseLeave(System.EventArgs)">
  6002.             <summary>
  6003.             MouseLeave event attached to a Panel
  6004.             </summary>
  6005.             <param name="e"></param>
  6006.         </member>
  6007.         <member name="M:SourceGrid2.GridVirtual.OnPanelMouseEnter(System.EventArgs)">
  6008.             <summary>
  6009.             MouseEnter event attached to a Panel
  6010.             </summary>
  6011.             <param name="e"></param>
  6012.         </member>
  6013.         <member name="M:SourceGrid2.GridVirtual.OnGridMouseHover(System.EventArgs)">
  6014.             <summary>
  6015.             Mouse Hover
  6016.             </summary>
  6017.             <param name="e"></param>
  6018.         </member>
  6019.         <member name="M:SourceGrid2.GridVirtual.OnPanelDragDrop(System.Windows.Forms.DragEventArgs)">
  6020.             <summary>
  6021.             DragDrop event
  6022.             </summary>
  6023.             <param name="e"></param>
  6024.         </member>
  6025.         <member name="M:SourceGrid2.GridVirtual.OnPanelDragEnter(System.Windows.Forms.DragEventArgs)">
  6026.             <summary>
  6027.             DragEnter event
  6028.             </summary>
  6029.             <param name="e"></param>
  6030.         </member>
  6031.         <member name="M:SourceGrid2.GridVirtual.OnPanelDragLeave(System.EventArgs)">
  6032.             <summary>
  6033.             DragDrop event
  6034.             </summary>
  6035.             <param name="e"></param>
  6036.         </member>
  6037.         <member name="M:SourceGrid2.GridVirtual.OnPanelDragOver(System.Windows.Forms.DragEventArgs)">
  6038.             <summary>
  6039.             DragOver event
  6040.             </summary>
  6041.             <param name="e"></param>
  6042.         </member>
  6043.         <member name="M:SourceGrid2.GridVirtual.OnGridClick(System.EventArgs)">
  6044.             <summary>
  6045.             Click event
  6046.             </summary>
  6047.             <param name="e"></param>
  6048.         </member>
  6049.         <member name="M:SourceGrid2.GridVirtual.OnGridDoubleClick(System.EventArgs)">
  6050.             <summary>
  6051.             Double-Click event
  6052.             </summary>
  6053.             <param name="e"></param>
  6054.         </member>
  6055.         <member name="M:SourceGrid2.GridVirtual.OnGridKeyDown(System.Windows.Forms.KeyEventArgs)">
  6056.             <summary>
  6057.             KeyDown event
  6058.             </summary>
  6059.             <param name="e"></param>
  6060.         </member>
  6061.         <member name="M:SourceGrid2.GridVirtual.OnGridKeyUp(System.Windows.Forms.KeyEventArgs)">
  6062.             <summary>
  6063.             KeyUp event
  6064.             </summary>
  6065.             <param name="e"></param>
  6066.         </member>
  6067.         <member name="M:SourceGrid2.GridVirtual.OnGridKeyPress(System.Windows.Forms.KeyPressEventArgs)">
  6068.             <summary>
  6069.             KeyPress event
  6070.             </summary>
  6071.             <param name="e"></param>
  6072.         </member>
  6073.         <member name="M:SourceGrid2.GridVirtual.ExportHTML(SourceGrid2.IHTMLExport)">
  6074.             <summary>
  6075.             Export the grid contents in html format
  6076.             </summary>
  6077.             <param name="p_Export"></param>
  6078.         </member>
  6079.         <member name="M:SourceGrid2.GridVirtual.ExportHTMLCell(SourceGrid2.Position,SourceGrid2.Cells.ICellVirtual,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter)">
  6080.             <summary>
  6081.             Export the specified cell to HTML
  6082.             </summary>
  6083.             <param name="p_CurrentPosition"></param>
  6084.             <param name="p_Cell"></param>
  6085.             <param name="p_Export"></param>
  6086.             <param name="p_Writer"></param>
  6087.         </member>
  6088.         <member name="M:SourceGrid2.GridVirtual.OnHScrollPositionChanged(SourceGrid2.ScrollPositionChangedEventArgs)">
  6089.             <summary>
  6090.             OnHScrollPositionChanged
  6091.             </summary>
  6092.             <param name="e"></param>
  6093.         </member>
  6094.         <member name="M:SourceGrid2.GridVirtual.OnVScrollPositionChanged(SourceGrid2.ScrollPositionChangedEventArgs)">
  6095.             <summary>
  6096.             OnVScrollPositionChanged
  6097.             </summary>
  6098.             <param name="e"></param>
  6099.         </member>
  6100.         <member name="M:SourceGrid2.GridVirtual.RefreshLinkedControlsBounds">
  6101.             <summary>
  6102.             Refresh the linked controls bounds
  6103.             </summary>
  6104.         </member>
  6105.         <member name="M:SourceGrid2.GridVirtual.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
  6106.             <summary>
  6107.             Fired when you remove a linked control from the grid.
  6108.             </summary>
  6109.             <param name="e"></param>
  6110.         </member>
  6111.         <member name="M:SourceGrid2.GridVirtual.SuspendLayoutGrid">
  6112.             <summary>
  6113.             Temporarily suspends the layout logic for the control and all the children panels controls.
  6114.             </summary>
  6115.         </member>
  6116.         <member name="M:SourceGrid2.GridVirtual.ResumeLayoutGrid">
  6117.             <summary>
  6118.             Resumes normal layout logic to current control and children controls and forces an immediate layout of pending layout requests.
  6119.             </summary>
  6120.         </member>
  6121.         <member name="M:SourceGrid2.GridVirtual.RefreshGridLayout">
  6122.             <summary>
  6123.             Recalculate the scrollbar position and value based on the current cells, scroll client area, linked controls and more. If redraw == false this method has not effect. This method is called when you put Redraw = true;
  6124.             </summary>
  6125.         </member>
  6126.         <member name="M:SourceGrid2.GridVirtual.InvalidateCells">
  6127.             <summary>
  6128.             Invalidate all the cells.
  6129.             </summary>
  6130.         </member>
  6131.         <member name="M:SourceGrid2.GridVirtual.OnLayout(System.Windows.Forms.LayoutEventArgs)">
  6132.             <summary>
  6133.             OnLayout Method
  6134.             </summary>
  6135.             <param name="levent"></param>
  6136.         </member>
  6137.         <member name="M:SourceGrid2.GridVirtual.SortRangeRows(SourceGrid2.IRangeLoader,System.Int32,System.Boolean,System.Collections.IComparer)">
  6138.             <summary>
  6139.             Sort a range of the grid
  6140.             </summary>
  6141.             <param name="p_RangeToSort">Range to sort</param>
  6142.             <param name="p_AbsoluteColKeys">Index of the column relative to the grid to use as sort keys, must be between start and end col of the range</param>
  6143.             <param name="p_bAsc">Ascending true, Descending false</param>
  6144.             <param name="p_CellComparer">CellComparer, if null the default comparer will be used</param>
  6145.         </member>
  6146.         <member name="M:SourceGrid2.GridVirtual.SortRangeRows(SourceGrid2.Range,System.Int32,System.Boolean,System.Collections.IComparer)">
  6147.             <summary>
  6148.             Sort a range of the grid.
  6149.             </summary>
  6150.             <param name="p_Range"></param>
  6151.             <param name="p_AbsoluteColKeys">Index of the column relative to the grid to use as sort keys, must be between start and end col</param>
  6152.             <param name="p_bAscending">Ascending true, Descending false</param>
  6153.             <param name="p_CellComparer">CellComparer, if null the default ValueCellComparer comparer will be used</param>
  6154.         </member>
  6155.         <member name="M:SourceGrid2.GridVirtual.OnSortingRangeRows(SourceGrid2.SortRangeRowsEventArgs)">
  6156.             <summary>
  6157.             Fired when calling SortRangeRows method
  6158.             </summary>
  6159.             <param name="e"></param>
  6160.         </member>
  6161.         <member name="M:SourceGrid2.GridVirtual.OnSortedRangeRows(SourceGrid2.SortRangeRowsEventArgs)">
  6162.             <summary>
  6163.             Fired after calling SortRangeRows method
  6164.             </summary>
  6165.             <param name="e"></param>
  6166.         </member>
  6167.         <member name="M:SourceGrid2.GridVirtual.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
  6168.             <summary>
  6169.             Processes a command key. 
  6170.             </summary>
  6171.             <param name="msg"></param>
  6172.             <param name="keyData"></param>
  6173.             <returns></returns>
  6174.         </member>
  6175.         <member name="M:SourceGrid2.GridVirtual.GetCell(System.Int32,System.Int32)">
  6176.             <summary>
  6177.             Return the Cell at the specified Row and Col position. Simply call GettingCell event.
  6178.             </summary>
  6179.             <param name="p_iRow"></param>
  6180.             <param name="p_iCol"></param>
  6181.             <returns></returns>
  6182.         </member>
  6183.         <member name="M:SourceGrid2.GridVirtual.SetCell(System.Int32,System.Int32,SourceGrid2.Cells.ICellVirtual)">
  6184.             <summary>
  6185.             Set the specified cell int he specified position. Simply call SettingCell event.
  6186.             </summary>
  6187.             <param name="p_iRow"></param>
  6188.             <param name="p_iCol"></param>
  6189.             <param name="p_Cell"></param>
  6190.         </member>
  6191.         <member name="M:SourceGrid2.GridVirtual.GetCellsAtRow(System.Int32)">
  6192.             <summary>
  6193.             Returns all the cells at specified row position
  6194.             </summary>
  6195.             <param name="p_RowIndex"></param>
  6196.             <returns></returns>
  6197.         </member>
  6198.         <member name="M:SourceGrid2.GridVirtual.SetCellsAtRow(System.Int32,SourceGrid2.Cells.ICellVirtual[])">
  6199.             <summary>
  6200.             Set the specified cells at the specified row position
  6201.             </summary>
  6202.             <param name="p_RowIndex"></param>
  6203.             <param name="p_Cells"></param>
  6204.         </member>
  6205.         <member name="M:SourceGrid2.GridVirtual.GetCellsAtColumn(System.Int32)">
  6206.             <summary>
  6207.             Returns all the cells at specified column position
  6208.             </summary>
  6209.             <param name="p_ColumnIndex"></param>
  6210.             <returns></returns>
  6211.         </member>
  6212.         <member name="M:SourceGrid2.GridVirtual.SetCellsAtColumn(System.Int32,SourceGrid2.Cells.ICellVirtual[])">
  6213.             <summary>
  6214.             Set the specified cells at the specified row position
  6215.             </summary>
  6216.             <param name="p_ColumnIndex"></param>
  6217.             <param name="p_Cells"></param>
  6218.         </member>
  6219.         <member name="M:SourceGrid2.GridVirtual.CalculatePanelsLocation">
  6220.             <summary>
  6221.             Recalculate panel position
  6222.             </summary>
  6223.         </member>
  6224.         <member name="M:SourceGrid2.GridVirtual.PanelAtPosition(SourceGrid2.Position)">
  6225.             <summary>
  6226.             Get the panels that contains the specified cells position. Returns null if the position is not valid
  6227.             </summary>
  6228.             <param name="p_CellPosition"></param>
  6229.             <returns></returns>
  6230.         </member>
  6231.         <member name="M:SourceGrid2.GridVirtual.SetFocusOnCells">
  6232.             <summary>
  6233.             Set the focus on the control that contains the cells. Consider that the grid control contains a series of panels, so to set the focus on a cell you must first set the focus on the panels. This method set the Focus on the right panel.
  6234.             </summary>
  6235.         </member>
  6236.         <member name="M:SourceGrid2.GridVirtual.InvalidateScrollableArea">
  6237.             <summary>
  6238.             Invalidate the scrollable area
  6239.             </summary>
  6240.         </member>
  6241.         <member name="M:SourceGrid2.GridVirtual.GetPositionType(SourceGrid2.Position)">
  6242.             <summary>
  6243.             Returns the type of a cell position
  6244.             </summary>
  6245.             <param name="p_CellPosition"></param>
  6246.             <returns></returns>
  6247.         </member>
  6248.         <member name="M:SourceGrid2.GridVirtual.PositionAtPoint(System.Drawing.Point)">
  6249.             <summary>
  6250.             Returns the cell at the specified grid view relative point (the point must be relative to the grid display region), SearchInFixedCells = true. Return Empty if no valid cells are found
  6251.             </summary>
  6252.             <param name="p_RelativeViewPoint">Point</param>
  6253.             <returns></returns>
  6254.         </member>
  6255.         <member name="M:SourceGrid2.GridVirtual.PositionAtPoint(System.Drawing.Point,System.Boolean)">
  6256.             <summary>
  6257.             Returns the cell at the specified grid view relative point (the point must be relative to the grid display region)
  6258.             </summary>
  6259.             <param name="p_RelativeViewPoint">Point</param>
  6260.             <param name="p_bSearchInFixedCells">True if you want to consider fixed cells in the search</param>
  6261.             <returns></returns>
  6262.         </member>
  6263.         <member name="M:SourceGrid2.GridVirtual.RangeAtAbsRect(System.Drawing.Rectangle)">
  6264.             <summary>
  6265.             Returns a range of cells inside an absolute rectangle
  6266.             </summary>
  6267.             <param name="p_AbsoluteRect"></param>
  6268.             <returns></returns>
  6269.         </member>
  6270.         <member name="M:SourceGrid2.GridVirtual.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
  6271.             <summary>
  6272.             Fired when a user scroll with the mouse wheel
  6273.             </summary>
  6274.             <param name="e"></param>
  6275.         </member>
  6276.         <member name="M:SourceGrid2.GridVirtual.GetCell(SourceGrid2.Position)">
  6277.             <summary>
  6278.             Return the Cell at the specified Row and Col position. This method is called for sort operations and for Move operations. If position is Empty return null. This method calls GetCell(int p_iRow, int p_iCol)
  6279.             </summary>
  6280.             <param name="p_Position"></param>
  6281.             <returns></returns>
  6282.         </member>
  6283.         <member name="M:SourceGrid2.GridVirtual.SetCell(SourceGrid2.Position,SourceGrid2.Cells.ICellVirtual)">
  6284.             <summary>
  6285.             Set the specified cell int he specified position. This method calls SetCell(int p_iRow, int p_iCol, ICellVirtual p_Cell)
  6286.             </summary>
  6287.             <param name="p_Position"></param>
  6288.             <param name="p_Cell"></param>
  6289.         </member>
  6290.         <member name="P:SourceGrid2.GridVirtual.ContextMenuStyle">
  6291.             <summary>
  6292.             Context Menu flags enum ( default = ContextMenuStyle.AllowAutoSize | ContextMenuStyle.AllowColumnResize | ContextMenuStyle.AllowRowResize ).
  6293.             </summary>
  6294.         </member>
  6295.         <member name="P:SourceGrid2.GridVirtual.ContextMenu">
  6296.             <summary>
  6297.             Gets or sets the shortcut menu associated with the control.
  6298.             </summary>
  6299.         </member>
  6300.         <member name="P:SourceGrid2.GridVirtual.AutoSizeMinHeight">
  6301.             <summary>
  6302.             Indicates the minimun height when autosize row
  6303.             </summary>
  6304.         </member>
  6305.         <member name="P:SourceGrid2.GridVirtual.AutoSizeMinWidth">
  6306.             <summary>
  6307.             Indicates the minimun when autosize col
  6308.             </summary>
  6309.         </member>
  6310.         <member name="P:SourceGrid2.GridVirtual.AutoStretchColumnsToFitWidth">
  6311.             <summary>
  6312.             True to auto stretch the columns width to always fit the available space, also when the contents of the cell is smaller.
  6313.             False to leave the original width of the columns
  6314.             </summary>
  6315.         </member>
  6316.         <member name="P:SourceGrid2.GridVirtual.AutoStretchRowsToFitHeight">
  6317.             <summary>
  6318.             True to auto stretch the rows height to always fit the available space, also when the contents of the cell is smaller.
  6319.             False to leave the original height of the rows
  6320.             </summary>
  6321.         </member>
  6322.         <member name="P:SourceGrid2.GridVirtual.MouseCellPosition">
  6323.             <summary>
  6324.             The cell position currently under the mouse cursor (row, col). If you MouseDown on a cell this cell is the MouseCellPosition until an MouseUp is fired
  6325.             </summary>
  6326.         </member>
  6327.         <member name="P:SourceGrid2.GridVirtual.MouseSelectionRange">
  6328.             <summary>
  6329.             Returns the cells that are selected with the mouse. Range.Empty if no cells are selected
  6330.             </summary>
  6331.         </member>
  6332.         <member name="P:SourceGrid2.GridVirtual.Selection">
  6333.             <summary>
  6334.             return the selected cells
  6335.             </summary>
  6336.         </member>
  6337.         <member name="P:SourceGrid2.GridVirtual.MouseDownPosition">
  6338.             <summary>
  6339.             Represents the cell that have received the MouseDown event. You can use this cell for contextmenu logic. Can be null.
  6340.             </summary>
  6341.         </member>
  6342.         <member name="P:SourceGrid2.GridVirtual.SpecialKeys">
  6343.             <summary>
  6344.             Special keys that the grid can handle. You can change this enum to block or allow some special keys function. For example to disable Ctrl+C Copy operation remove from this enum the GridSpecialKeys.Ctrl_C.
  6345.             </summary>
  6346.         </member>
  6347.         <member name="P:SourceGrid2.GridVirtual.GridScrollPosition">
  6348.             <summary>
  6349.             Position of the scrollbars
  6350.             </summary>
  6351.         </member>
  6352.         <member name="E:SourceGrid2.GridVirtual.MouseDown">
  6353.             <summary>
  6354.             MouseDown event
  6355.             </summary>
  6356.         </member>
  6357.         <member name="E:SourceGrid2.GridVirtual.MouseUp">
  6358.             <summary>
  6359.             MouseUp event
  6360.             </summary>
  6361.         </member>
  6362.         <member name="E:SourceGrid2.GridVirtual.MouseMove">
  6363.             <summary>
  6364.             MouseMove event
  6365.             </summary>
  6366.         </member>
  6367.         <member name="E:SourceGrid2.GridVirtual.MouseWheel">
  6368.             <summary>
  6369.             MouseWheel event
  6370.             </summary>
  6371.         </member>
  6372.         <member name="E:SourceGrid2.GridVirtual.MouseLeave">
  6373.             <summary>
  6374.             MouseLeave event
  6375.             </summary>
  6376.         </member>
  6377.         <member name="E:SourceGrid2.GridVirtual.MouseEnter">
  6378.             <summary>
  6379.             MouseEnter event
  6380.             </summary>
  6381.         </member>
  6382.         <member name="E:SourceGrid2.GridVirtual.MouseHover">
  6383.             <summary>
  6384.             Mouse Hover
  6385.             </summary>
  6386.         </member>
  6387.         <member name="E:SourceGrid2.GridVirtual.DragDrop">
  6388.             <summary>
  6389.             DragDrop event
  6390.             </summary>
  6391.         </member>
  6392.         <member name="E:SourceGrid2.GridVirtual.DragEnter">
  6393.             <summary>
  6394.             DragEnter event
  6395.             </summary>
  6396.         </member>
  6397.         <member name="E:SourceGrid2.GridVirtual.DragLeave">
  6398.             <summary>
  6399.             DragLeave event
  6400.             </summary>
  6401.         </member>
  6402.         <member name="E:SourceGrid2.GridVirtual.DragOver">
  6403.             <summary>
  6404.             DragOver event
  6405.             </summary>
  6406.         </member>
  6407.         <member name="E:SourceGrid2.GridVirtual.Click">
  6408.             <summary>
  6409.             Click event
  6410.             </summary>
  6411.         </member>
  6412.         <member name="E:SourceGrid2.GridVirtual.DoubleClick">
  6413.             <summary>
  6414.             DoubleClick event
  6415.             </summary>
  6416.         </member>
  6417.         <member name="E:SourceGrid2.GridVirtual.KeyDown">
  6418.             <summary>
  6419.             KeyDown event
  6420.             </summary>
  6421.         </member>
  6422.         <member name="E:SourceGrid2.GridVirtual.KeyUp">
  6423.             <summary>
  6424.             KeyUp event
  6425.             </summary>
  6426.         </member>
  6427.         <member name="E:SourceGrid2.GridVirtual.KeyPress">
  6428.             <summary>
  6429.             KeyPress event
  6430.             </summary>
  6431.         </member>
  6432.         <member name="P:SourceGrid2.GridVirtual.LinkedControls">
  6433.             <summary>
  6434.             List of controls that are linked to a specific cell position. For example is used for editors controls. Key=Control, Value=Position. The controls are automatically removed from the list when they are removed from the Grid.Controls collection
  6435.             </summary>
  6436.         </member>
  6437.         <member name="P:SourceGrid2.GridVirtual.Redraw">
  6438.             <summary>
  6439.             If false the cells are not redrawed. Set False to increase performance when adding many cells, after adding the cells remember to set this property to true. 
  6440.             </summary>
  6441.         </member>
  6442.         <member name="E:SourceGrid2.GridVirtual.SortingRangeRows">
  6443.             <summary>
  6444.             Fired when calling SortRangeRows method
  6445.             </summary>
  6446.         </member>
  6447.         <member name="E:SourceGrid2.GridVirtual.SortedRangeRows">
  6448.             <summary>
  6449.             Fired after calling SortRangeRows method
  6450.             </summary>
  6451.         </member>
  6452.         <member name="E:SourceGrid2.GridVirtual.GettingCell">
  6453.             <summary>
  6454.             Fired when GetCell is called with GridVirtual class. Use the e.Cell property to set the cell class
  6455.             </summary>
  6456.         </member>
  6457.         <member name="E:SourceGrid2.GridVirtual.SettingCell">
  6458.             <summary>
  6459.             Fired when SetCell is called with GridVirtual class. Read the e.Cell property to get the cell class
  6460.             </summary>
  6461.         </member>
  6462.         <member name="P:SourceGrid2.GridVirtual.LeftPanel">
  6463.             <summary>
  6464.             Not scrollable left panel (For RowHeader)
  6465.             </summary>
  6466.         </member>
  6467.         <member name="P:SourceGrid2.GridVirtual.TopPanel">
  6468.             <summary>
  6469.             Not scrollable top panel (For ColHeader)
  6470.             </summary>
  6471.         </member>
  6472.         <member name="P:SourceGrid2.GridVirtual.TopLeftPanel">
  6473.             <summary>
  6474.             Not scrollable top+left panel (For Row or Col Header)
  6475.             </summary>
  6476.         </member>
  6477.         <member name="P:SourceGrid2.GridVirtual.ScrollablePanel">
  6478.             <summary>
  6479.             Scrollable panel for normal scrollable cells
  6480.             </summary>
  6481.         </member>
  6482.         <member name="P:SourceGrid2.GridVirtual.HiddenFocusPanel">
  6483.             <summary>
  6484.             Hidden panl for innternal use only. I use this panel to catch mouse and keyboard events.
  6485.             </summary>
  6486.         </member>
  6487.         <member name="P:SourceGrid2.GridVirtual.CellsContainsFocus">
  6488.             <summary>
  6489.             Returns true if the cells have the focus. See also SetFocusOnCells
  6490.             </summary>
  6491.             <returns></returns>
  6492.         </member>
  6493.         <member name="P:SourceGrid2.GridVirtual.ColumnsCount">
  6494.             <summary>
  6495.             Indicates the number of columns
  6496.             </summary>
  6497.         </member>
  6498.         <member name="P:SourceGrid2.GridVirtual.RowsCount">
  6499.             <summary>
  6500.             Indicates the number of rows
  6501.             </summary>
  6502.         </member>
  6503.         <member name="P:SourceGrid2.GridVirtual.FixedRows">
  6504.             <summary>
  6505.             Indicates how many rows are not scrollable
  6506.             </summary>
  6507.         </member>
  6508.         <member name="P:SourceGrid2.GridVirtual.FixedColumns">
  6509.             <summary>
  6510.             Indicates how many cols are not scrollable
  6511.             </summary>
  6512.         </member>
  6513.         <member name="P:SourceGrid2.GridVirtual.Rows">
  6514.             <summary>
  6515.             RowsCount informations
  6516.             </summary>
  6517.         </member>
  6518.         <member name="P:SourceGrid2.GridVirtual.Columns">
  6519.             <summary>
  6520.             Columns informations
  6521.             </summary>
  6522.         </member>
  6523.         <member name="P:SourceGrid2.GridVirtual.CompleteRange">
  6524.             <summary>
  6525.             Returns a Range that represents the complete cells of the grid
  6526.             </summary>
  6527.         </member>
  6528.         <member name="P:SourceGrid2.GridVirtual.GridToolTipActive">
  6529.             <summary>
  6530.             True to activate the tooltiptext
  6531.             </summary>
  6532.         </member>
  6533.         <member name="P:SourceGrid2.GridVirtual.GridCursor">
  6534.             <summary>
  6535.             Cursor for the container of the cells. This property is used when you set a cursor to a specified cell.
  6536.             </summary>
  6537.         </member>
  6538.         <member name="P:SourceGrid2.GridVirtual.GridToolTipText">
  6539.             <summary>
  6540.             ToolTip text of the container of the cells. This property is used when you set a tooltip to a specified cell.
  6541.             </summary>
  6542.         </member>
  6543.         <member name="M:SourceGrid2.Grid.#ctor">
  6544.             <summary>
  6545.             Constructor
  6546.             </summary>
  6547.         </member>
  6548.         <member name="M:SourceGrid2.Grid.GetCell(System.Int32,System.Int32)">
  6549.             <summary>
  6550.             Return the Cell at the specified Row and Col position.
  6551.             </summary>
  6552.             <param name="p_iRow"></param>
  6553.             <param name="p_iCol"></param>
  6554.             <returns></returns>
  6555.         </member>
  6556.         <member name="M:SourceGrid2.Grid.SetCell(System.Int32,System.Int32,SourceGrid2.Cells.ICellVirtual)">
  6557.             <summary>
  6558.             Set the specified cell int he specified position. Abstract method of the GridVirtual control
  6559.             </summary>
  6560.             <param name="p_iRow"></param>
  6561.             <param name="p_iCol"></param>
  6562.             <param name="p_Cell"></param>
  6563.         </member>
  6564.         <member name="F:SourceGrid2.Grid.m_Cells">
  6565.             <summary>
  6566.             Array of cells
  6567.             </summary>
  6568.         </member>
  6569.         <member name="M:SourceGrid2.Grid.RemoveCell(System.Int32,System.Int32)">
  6570.             <summary>
  6571.             Remove the specified cell
  6572.             </summary>
  6573.             <param name="row"></param>
  6574.             <param name="col"></param>
  6575.         </member>
  6576.         <member name="M:SourceGrid2.Grid.InsertCell(System.Int32,System.Int32,SourceGrid2.Cells.ICell)">
  6577.             <summary>
  6578.             Insert the specified cell (for best performance set Redraw property to false)
  6579.             </summary>
  6580.             <param name="row"></param>
  6581.             <param name="col"></param>
  6582.             <param name="p_cell"></param>
  6583.         </member>
  6584.         <member name="M:SourceGrid2.Grid.GetCellsAtColumn(System.Int32)">
  6585.             <summary>
  6586.             Returns all the cells at specified column position
  6587.             </summary>
  6588.             <param name="p_ColumnIndex"></param>
  6589.             <returns></returns>
  6590.         </member>
  6591.         <member name="M:SourceGrid2.Grid.GetCellsAtRow(System.Int32)">
  6592.             <summary>
  6593.             Returns all the cells at specified row position
  6594.             </summary>
  6595.             <param name="p_RowIndex"></param>
  6596.             <returns></returns>
  6597.         </member>
  6598.         <member name="M:SourceGrid2.Grid.RedimCellsMatrix(System.Int32,System.Int32)">
  6599.             <summary>
  6600.             Ridimensiona la matrice di celle e copia le eventuali vecchie celle presenti nella nuova matrice
  6601.             </summary>
  6602.             <param name="rows"></param>
  6603.             <param name="cols"></param>
  6604.         </member>
  6605.         <member name="M:SourceGrid2.Grid.SetMaxSpanSearch(System.Int32,System.Boolean)">
  6606.             <summary>
  6607.             Loads the MaxSpanSearch property.
  6608.             </summary>
  6609.             <param name="p_MaxSpanSearch"></param>
  6610.             <param name="p_Reset"></param>
  6611.         </member>
  6612.         <member name="M:SourceGrid2.Grid.PositionToStartPosition(SourceGrid2.Position)">
  6613.             <summary>
  6614.             This method convert a Position to the real start position of cell. This is usefull when RowSpan or ColumnSPan is grater than 1.
  6615.             For example suppose to have at grid[0,0] a cell with ColumnSpan equal to 2. If you call this method with the position 0,0 returns 0,0 and if you call this method with 0,1 return again 0,0.
  6616.             Get the real position for the specified position. For example when p_Position is a merged cell this method returns the starting position of the merged cells.
  6617.             Usually this method returns the same cell specified as parameter. This method is used for processing arrow keys, to find a valid cell when the focus is in a merged cell.
  6618.             </summary>
  6619.             <param name="p_Position"></param>
  6620.             <returns></returns>
  6621.         </member>
  6622.         <member name="M:SourceGrid2.Grid.PositionToAbsoluteRect(SourceGrid2.Position)">
  6623.             <summary>
  6624.             Get the Rectangle of the cell respect all the scrollable area. Using the Cell Row/Col Span.
  6625.             </summary>
  6626.             <param name="p_Position"></param>
  6627.             <returns></returns>
  6628.         </member>
  6629.         <member name="M:SourceGrid2.Grid.RangeToAbsoluteRect(SourceGrid2.Range)">
  6630.             <summary>
  6631.             Returns the absolute rectangle relative to the total scrollable area of the specified Range. Returns a 0 rectangle if the Range is not valid
  6632.             </summary>
  6633.             <param name="p_Range"></param>
  6634.             <returns></returns>
  6635.         </member>
  6636.         <member name="M:SourceGrid2.Grid.IsCellVisible(SourceGrid2.Cells.ICell)">
  6637.             <summary>
  6638.             Returns true if the specified cell is visible otherwise false
  6639.             </summary>
  6640.             <param name="p_Cell"></param>
  6641.             <returns></returns>
  6642.         </member>
  6643.         <member name="M:SourceGrid2.Grid.ShowCell(SourceGrid2.Cells.ICell)">
  6644.             <summary>
  6645.             Scroll the view to show the specified cell
  6646.             </summary>
  6647.             <param name="p_CellToShow"></param>
  6648.             <returns></returns>
  6649.         </member>
  6650.         <member name="M:SourceGrid2.Grid.InvalidateCell(SourceGrid2.Cells.ICell)">
  6651.             <summary>
  6652.             Force a redraw of the specified cell
  6653.             </summary>
  6654.             <param name="p_Cell"></param>
  6655.         </member>
  6656.         <member name="M:SourceGrid2.Grid.InvalidateCell(SourceGrid2.Position)">
  6657.             <summary>
  6658.             Force a cell to redraw. If Redraw is set to false this function has no effects. If ColSpan or RowSpan is greater than 0 this function invalidate the complete range with InvalidateRange
  6659.             </summary>
  6660.             <param name="p_Position"></param>
  6661.         </member>
  6662.         <member name="M:SourceGrid2.Grid.PaintCell(SourceGrid2.GridSubPanel,System.Windows.Forms.PaintEventArgs,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.Rectangle)">
  6663.             <summary>
  6664.             Draw the specified Cell
  6665.             </summary>
  6666.             <param name="p_Panel"></param>
  6667.             <param name="e"></param>
  6668.             <param name="p_Cell"></param>
  6669.             <param name="p_CellPosition"></param>
  6670.             <param name="p_PanelDrawRectangle"></param>
  6671.         </member>
  6672.         <member name="M:SourceGrid2.Grid.SetFocusCell(SourceGrid2.Cells.ICell)">
  6673.             <summary>
  6674.             Set the focus to the specified cell (the specified cell became the active cell, FocusCell property).
  6675.             </summary>
  6676.             <param name="p_CellToSetFocus"></param>
  6677.             <returns></returns>
  6678.         </member>
  6679.         <member name="M:SourceGrid2.Grid.ChangeMouseDownCell(SourceGrid2.Position,SourceGrid2.Position)">
  6680.             <summary>
  6681.             Change the cell currently under the mouse
  6682.             </summary>
  6683.             <param name="p_MouseDownCell"></param>
  6684.             <param name="p_MouseCell"></param>
  6685.         </member>
  6686.         <member name="M:SourceGrid2.Grid.ChangeMouseCell(SourceGrid2.Position)">
  6687.             <summary>
  6688.             Fired when the cell under the mouse change. For internal use only.
  6689.             </summary>
  6690.             <param name="p_Cell"></param>
  6691.         </member>
  6692.         <member name="M:SourceGrid2.Grid.OnSortingRangeRows(SourceGrid2.SortRangeRowsEventArgs)">
  6693.             <summary>
  6694.             Fired when calling SortRangeRows method. If the range contains all the columns this method move directly the row object otherwise move each cell.
  6695.             </summary>
  6696.             <param name="e"></param>
  6697.         </member>
  6698.         <member name="M:SourceGrid2.Grid.ExportHTMLCell(SourceGrid2.Position,SourceGrid2.Cells.ICellVirtual,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter)">
  6699.             <summary>
  6700.             Export the specified cell to HTML
  6701.             </summary>
  6702.             <param name="p_CurrentPosition"></param>
  6703.             <param name="p_Cell"></param>
  6704.             <param name="p_Export"></param>
  6705.             <param name="p_Writer"></param>
  6706.         </member>
  6707.         <member name="P:SourceGrid2.Grid.Item(System.Int32,System.Int32)">
  6708.             <summary>
  6709.             Returns or set a cell at the specified row and col. If you get a ICell position occupied by a row/col span cell, and EnableRowColSpan is true, this method returns the cell with Row/Col span.
  6710.             </summary>
  6711.         </member>
  6712.         <member name="P:SourceGrid2.Grid.EnableRowColSpan">
  6713.             <summary>
  6714.             Get if Row/Col Span is enabled. This value is automatically calculated based on the current cells.
  6715.             </summary>
  6716.         </member>
  6717.         <member name="P:SourceGrid2.Grid.MaxSpanSearch">
  6718.             <summary>
  6719.             Gets the maximum rows or columns number to search when using Row/Col Span. This value is automatically calculated based on the current cells. Do not change this value manually.
  6720.             </summary>
  6721.         </member>
  6722.         <member name="P:SourceGrid2.Grid.FocusCell">
  6723.             <summary>
  6724.             Returns the active cell. Null if no cell are active
  6725.             </summary>
  6726.         </member>
  6727.         <member name="P:SourceGrid2.Grid.MouseCell">
  6728.             <summary>
  6729.             The cell currently under the mouse cursor. Null if no cell are under the mouse cursor.
  6730.             </summary>
  6731.         </member>
  6732.         <member name="P:SourceGrid2.Grid.CustomSort">
  6733.             <summary>
  6734.             Gets or sets if when calling SortRangeRows method use a custom sort or an automatic sort. Default = false (automatic)
  6735.             </summary>
  6736.         </member>
  6737.         <member name="T:SourceGrid2.VisualModels.CheckBox">
  6738.             <summary>
  6739.             Summary description for VisualModelCheckBox.
  6740.             </summary>
  6741.         </member>
  6742.         <member name="T:SourceGrid2.VisualModels.Common">
  6743.             <summary>
  6744.             Class to manage the visual aspect of a cell. This class can be shared beetween multiple cells.
  6745.             </summary>
  6746.         </member>
  6747.         <member name="T:SourceGrid2.VisualModels.VisualModelBase">
  6748.             <summary>
  6749.             Class to manage the visual aspect of a cell. This class can be shared beetween multiple cells.
  6750.             </summary>
  6751.         </member>
  6752.         <member name="T:SourceGrid2.VisualModels.IVisualModel">
  6753.             <summary>
  6754.             A interface that represents the visual aspect of a cell. Contains the Draw method and the common properties
  6755.             </summary>
  6756.         </member>
  6757.         <member name="M:SourceGrid2.VisualModels.IVisualModel.DrawCell(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  6758.             <summary>
  6759.             Draw the cell specified
  6760.             </summary>
  6761.             <param name="p_Cell"></param>
  6762.             <param name="p_CellPosition"></param>
  6763.             <param name="e">Paint arguments</param>
  6764.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  6765.         </member>
  6766.         <member name="M:SourceGrid2.VisualModels.IVisualModel.Measure(System.Drawing.Graphics,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.SizeF)">
  6767.             <summary>
  6768.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  6769.             </summary>
  6770.             <param name="p_Graphics"></param>
  6771.             <param name="p_Cell"></param>
  6772.             <param name="p_CellPosition"></param>
  6773.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  6774.             <returns></returns>
  6775.         </member>
  6776.         <member name="M:SourceGrid2.VisualModels.IVisualModel.ExportHTML(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter)">
  6777.             <summary>
  6778.             Export the cell contents in html format
  6779.             </summary>
  6780.             <param name="p_Cell"></param>
  6781.             <param name="p_Position"></param>
  6782.             <param name="p_Export"></param>
  6783.             <param name="p_Writer"></param>
  6784.         </member>
  6785.         <member name="M:SourceGrid2.VisualModels.IVisualModel.Clone(System.Boolean)">
  6786.             <summary>
  6787.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  6788.             </summary>
  6789.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  6790.             <returns></returns>
  6791.         </member>
  6792.         <member name="M:SourceGrid2.VisualModels.IVisualModel.MakeReadOnly">
  6793.             <summary>
  6794.             Make the current instance readonly. Use this method to prevent unexpected changes.
  6795.             </summary>
  6796.         </member>
  6797.         <member name="P:SourceGrid2.VisualModels.IVisualModel.Font">
  6798.             <summary>
  6799.             If null the default font is used
  6800.             </summary>
  6801.         </member>
  6802.         <member name="P:SourceGrid2.VisualModels.IVisualModel.BackColor">
  6803.             <summary>
  6804.             BackColor of the cell
  6805.             </summary>
  6806.         </member>
  6807.         <member name="P:SourceGrid2.VisualModels.IVisualModel.ForeColor">
  6808.             <summary>
  6809.             ForeColor of the cell
  6810.             </summary>
  6811.         </member>
  6812.         <member name="P:SourceGrid2.VisualModels.IVisualModel.Border">
  6813.             <summary>
  6814.             The normal border of a cell
  6815.             </summary>
  6816.         </member>
  6817.         <member name="P:SourceGrid2.VisualModels.IVisualModel.WordWrap">
  6818.             <summary>
  6819.             Word Wrap.  This property is only a wrapper around StringFormat
  6820.             </summary>
  6821.         </member>
  6822.         <member name="P:SourceGrid2.VisualModels.IVisualModel.TextAlignment">
  6823.             <summary>
  6824.             Text Alignment. This property is only a wrapper around StringFormat
  6825.             </summary>
  6826.         </member>
  6827.         <member name="P:SourceGrid2.VisualModels.IVisualModel.IsReadOnly">
  6828.             <summary>
  6829.             True if this class is ReadOnly otherwise False.
  6830.             </summary>
  6831.         </member>
  6832.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.#ctor">
  6833.             <summary>
  6834.             Use default setting and construct a read and write VisualProperties
  6835.             </summary>
  6836.         </member>
  6837.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.#ctor(System.Boolean)">
  6838.             <summary>
  6839.             Use default setting
  6840.             </summary>
  6841.             <param name="p_bReadOnly"></param>
  6842.         </member>
  6843.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.#ctor(SourceGrid2.VisualModels.VisualModelBase,System.Boolean)">
  6844.             <summary>
  6845.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  6846.             </summary>
  6847.             <param name="p_Source"></param>
  6848.             <param name="p_bReadOnly"></param>
  6849.         </member>
  6850.         <member name="F:SourceGrid2.VisualModels.VisualModelBase.m_bIsReadOnly">
  6851.             <summary>
  6852.             ReadOnly variable.
  6853.             </summary>
  6854.         </member>
  6855.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.MakeReadOnly">
  6856.             <summary>
  6857.             Make the current instance readonly. Use this method to prevent unexpected changes.
  6858.             </summary>
  6859.         </member>
  6860.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.OnChange">
  6861.             <summary>
  6862.             Fired when you change a property of this class
  6863.             </summary>
  6864.         </member>
  6865.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.GetCellFont">
  6866.             <summary>
  6867.             Get the font of the cell, check if the current font is null and in this case return the grid font
  6868.             </summary>
  6869.             <returns></returns>
  6870.         </member>
  6871.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.Clone">
  6872.             <summary>
  6873.             Clone this object. Also ReadOnly flag is copied.
  6874.             </summary>
  6875.             <returns></returns>
  6876.         </member>
  6877.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.Clone(System.Boolean)">
  6878.             <summary>
  6879.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  6880.             </summary>
  6881.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  6882.             <returns></returns>
  6883.         </member>
  6884.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.Measure(System.Drawing.Graphics,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.SizeF)">
  6885.             <summary>
  6886.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  6887.             </summary>
  6888.             <param name="p_Graphics"></param>
  6889.             <param name="p_Cell"></param>
  6890.             <param name="p_CellPosition"></param>
  6891.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  6892.             <returns></returns>
  6893.         </member>
  6894.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.DrawCell(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  6895.             <summary>
  6896.             Draw the cell specified
  6897.             </summary>
  6898.             <param name="p_Cell"></param>
  6899.             <param name="p_CellPosition"></param>
  6900.             <param name="e">Paint arguments</param>
  6901.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  6902.         </member>
  6903.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.DrawCell_Background(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  6904.             <summary>
  6905.             Draw the background of the specified cell. Background
  6906.             </summary>
  6907.             <param name="p_Cell"></param>
  6908.             <param name="p_CellPosition"></param>
  6909.             <param name="e">Paint arguments</param>
  6910.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  6911.         </member>
  6912.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.DrawCell_Border(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  6913.             <summary>
  6914.             Draw the borders of the specified cell.
  6915.             </summary>
  6916.             <param name="p_Cell"></param>
  6917.             <param name="p_CellPosition"></param>
  6918.             <param name="e">Paint arguments</param>
  6919.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  6920.         </member>
  6921.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.DrawCell_ImageAndText(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  6922.             <summary>
  6923.             Draw the image and the displaystring of the specified cell.
  6924.             </summary>
  6925.             <param name="p_Cell"></param>
  6926.             <param name="p_CellPosition"></param>
  6927.             <param name="e">Paint arguments</param>
  6928.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  6929.         </member>
  6930.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.ExportHTML(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter)">
  6931.             <summary>
  6932.             Export the cell contents in html format
  6933.             </summary>
  6934.             <param name="p_Cell"></param>
  6935.             <param name="p_Position"></param>
  6936.             <param name="p_Export"></param>
  6937.             <param name="p_Writer"></param>
  6938.         </member>
  6939.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.ExportHTML_Attributes(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter,System.String)">
  6940.             <summary>
  6941.             Write the attributes of the tag specified
  6942.             </summary>
  6943.             <param name="p_Cell"></param>
  6944.             <param name="p_Position"></param>
  6945.             <param name="p_Export"></param>
  6946.             <param name="p_Writer"></param>
  6947.             <param name="p_ElementTagName"></param>
  6948.         </member>
  6949.         <member name="M:SourceGrid2.VisualModels.VisualModelBase.ExportHTML_Element(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter,System.String)">
  6950.             <summary>
  6951.             Write the content of the tag specified
  6952.             </summary>
  6953.             <param name="p_Cell"></param>
  6954.             <param name="p_Position"></param>
  6955.             <param name="p_Export"></param>
  6956.             <param name="p_Writer"></param>
  6957.             <param name="p_ElementTagName"></param>
  6958.         </member>
  6959.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.IsReadOnly">
  6960.             <summary>
  6961.             True if this class is ReadOnly otherwise False.
  6962.             </summary>
  6963.         </member>
  6964.         <member name="E:SourceGrid2.VisualModels.VisualModelBase.Change">
  6965.             <summary>
  6966.             Fired when you change a property of this class
  6967.             </summary>
  6968.         </member>
  6969.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.StringFormat">
  6970.             <summary>
  6971.             StringFormat of the cell
  6972.             </summary>
  6973.         </member>
  6974.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.Font">
  6975.             <summary>
  6976.             If null the grid font is used
  6977.             </summary>
  6978.         </member>
  6979.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.BackColor">
  6980.             <summary>
  6981.             BackColor of the cell
  6982.             </summary>
  6983.         </member>
  6984.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.ForeColor">
  6985.             <summary>
  6986.             ForeColor of the cell
  6987.             </summary>
  6988.         </member>
  6989.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.Border">
  6990.             <summary>
  6991.             The normal border of a cell
  6992.             </summary>
  6993.         </member>
  6994.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.WordWrap">
  6995.             <summary>
  6996.             Word Wrap.  This property is only a wrapper around StringFormat
  6997.             </summary>
  6998.         </member>
  6999.         <member name="P:SourceGrid2.VisualModels.VisualModelBase.TextAlignment">
  7000.             <summary>
  7001.             Text Alignment. This property is only a wrapper around StringFormat
  7002.             </summary>
  7003.         </member>
  7004.         <member name="F:SourceGrid2.VisualModels.Common.Default">
  7005.             <summary>
  7006.             Represents a default Model
  7007.             </summary>
  7008.         </member>
  7009.         <member name="F:SourceGrid2.VisualModels.Common.LinkStyle">
  7010.             <summary>
  7011.             Represents a model with a link style font and forecolor.
  7012.             </summary>
  7013.         </member>
  7014.         <member name="M:SourceGrid2.VisualModels.Common.#ctor">
  7015.             <summary>
  7016.             Use default setting and construct a read and write VisualProperties
  7017.             </summary>
  7018.         </member>
  7019.         <member name="M:SourceGrid2.VisualModels.Common.#ctor(System.Boolean)">
  7020.             <summary>
  7021.             Use default setting
  7022.             </summary>
  7023.             <param name="p_bReadOnly"></param>
  7024.         </member>
  7025.         <member name="M:SourceGrid2.VisualModels.Common.#ctor(SourceGrid2.VisualModels.Common,System.Boolean)">
  7026.             <summary>
  7027.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7028.             </summary>
  7029.             <param name="p_Source"></param>
  7030.             <param name="p_bReadOnly"></param>
  7031.         </member>
  7032.         <member name="M:SourceGrid2.VisualModels.Common.Clone(System.Boolean)">
  7033.             <summary>
  7034.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7035.             </summary>
  7036.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  7037.             <returns></returns>
  7038.         </member>
  7039.         <member name="M:SourceGrid2.VisualModels.Common.Measure(System.Drawing.Graphics,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.SizeF)">
  7040.             <summary>
  7041.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  7042.             </summary>
  7043.             <param name="p_Graphics"></param>
  7044.             <param name="p_Cell"></param>
  7045.             <param name="p_CellPosition"></param>
  7046.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  7047.             <returns></returns>
  7048.         </member>
  7049.         <member name="M:SourceGrid2.VisualModels.Common.DrawCell_Background(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7050.             <summary>
  7051.             Draw the background of the specified cell. Background
  7052.             </summary>
  7053.             <param name="p_Cell"></param>
  7054.             <param name="p_CellPosition"></param>
  7055.             <param name="e">Paint arguments</param>
  7056.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7057.         </member>
  7058.         <member name="M:SourceGrid2.VisualModels.Common.DrawCell_Border(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7059.             <summary>
  7060.             Draw the borders of the specified cell.
  7061.             </summary>
  7062.             <param name="p_Cell"></param>
  7063.             <param name="p_CellPosition"></param>
  7064.             <param name="e">Paint arguments</param>
  7065.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7066.         </member>
  7067.         <member name="M:SourceGrid2.VisualModels.Common.DrawCell_ImageAndText(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7068.             <summary>
  7069.             Draw the image and the displaystring of the specified cell.
  7070.             </summary>
  7071.             <param name="p_Cell"></param>
  7072.             <param name="p_CellPosition"></param>
  7073.             <param name="e">Paint arguments</param>
  7074.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7075.         </member>
  7076.         <member name="M:SourceGrid2.VisualModels.Common.ExportHTML_Attributes(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter,System.String)">
  7077.             <summary>
  7078.             Write the attributes of the tag specified
  7079.             </summary>
  7080.             <param name="p_Cell"></param>
  7081.             <param name="p_Position"></param>
  7082.             <param name="p_Export"></param>
  7083.             <param name="p_Writer"></param>
  7084.             <param name="p_ElementTagName"></param>
  7085.         </member>
  7086.         <member name="M:SourceGrid2.VisualModels.Common.ExportHTML_Element(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter,System.String)">
  7087.             <summary>
  7088.             Write the content of the tag specified
  7089.             </summary>
  7090.             <param name="p_Cell"></param>
  7091.             <param name="p_Position"></param>
  7092.             <param name="p_Export"></param>
  7093.             <param name="p_Writer"></param>
  7094.             <param name="p_ElementTagName"></param>
  7095.         </member>
  7096.         <member name="M:SourceGrid2.VisualModels.Common.CanExportHTMLImage(System.Drawing.Image)">
  7097.             <summary>
  7098.             Returns true if the specified image can be exported for HTML, otherwise false. Override this method to prevent exporting certains images.
  7099.             </summary>
  7100.             <param name="p_Image"></param>
  7101.             <returns></returns>
  7102.         </member>
  7103.         <member name="P:SourceGrid2.VisualModels.Common.Image">
  7104.             <summary>
  7105.             Image of the cell
  7106.             </summary>
  7107.         </member>
  7108.         <member name="P:SourceGrid2.VisualModels.Common.ImageStretch">
  7109.             <summary>
  7110.             True to stretch the image otherwise false
  7111.             </summary>
  7112.         </member>
  7113.         <member name="P:SourceGrid2.VisualModels.Common.AlignTextToImage">
  7114.             <summary>
  7115.             True to align the text with the image.
  7116.             </summary>
  7117.         </member>
  7118.         <member name="P:SourceGrid2.VisualModels.Common.ImageAlignment">
  7119.             <summary>
  7120.             Image Alignment
  7121.             </summary>
  7122.         </member>
  7123.         <member name="F:SourceGrid2.VisualModels.CheckBox.Default">
  7124.             <summary>
  7125.             Represents a default CheckBox with the CheckBox image align to the Middle Center of the cell. You must use this VisualModel with a Cell of type ICellCheckBox.
  7126.             </summary>
  7127.         </member>
  7128.         <member name="F:SourceGrid2.VisualModels.CheckBox.MiddleLeftAlign">
  7129.             <summary>
  7130.             Represents a CheckBox with the CheckBox image align to the Middle Right of the cell
  7131.             </summary>
  7132.         </member>
  7133.         <member name="M:SourceGrid2.VisualModels.CheckBox.#ctor">
  7134.             <summary>
  7135.             Use default setting and construct a read and write VisualProperties
  7136.             </summary>
  7137.         </member>
  7138.         <member name="M:SourceGrid2.VisualModels.CheckBox.#ctor(System.Boolean)">
  7139.             <summary>
  7140.             Use default setting
  7141.             </summary>
  7142.             <param name="p_bReadOnly"></param>
  7143.         </member>
  7144.         <member name="M:SourceGrid2.VisualModels.CheckBox.#ctor(SourceGrid2.VisualModels.CheckBox,System.Boolean)">
  7145.             <summary>
  7146.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7147.             </summary>
  7148.             <param name="p_Source"></param>
  7149.             <param name="p_bReadOnly"></param>
  7150.         </member>
  7151.         <member name="M:SourceGrid2.VisualModels.CheckBox.Measure(System.Drawing.Graphics,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.SizeF)">
  7152.             <summary>
  7153.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  7154.             </summary>
  7155.             <param name="p_Graphics"></param>
  7156.             <param name="p_Cell"></param>
  7157.             <param name="p_CellPosition"></param>
  7158.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  7159.             <returns></returns>
  7160.         </member>
  7161.         <member name="M:SourceGrid2.VisualModels.CheckBox.GetImageForState(System.Boolean,System.Boolean,System.Boolean)">
  7162.             <summary>
  7163.             Returns the image for the current check state
  7164.             </summary>
  7165.             <param name="p_Checked"></param>
  7166.             <param name="p_bIsSelected"></param>
  7167.             <param name="p_bIsCheckEnable"></param>
  7168.             <returns></returns>
  7169.         </member>
  7170.         <member name="M:SourceGrid2.VisualModels.CheckBox.DrawCell_ImageAndText(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7171.             <summary>
  7172.             Draw the image and the displaystring of the specified cell.
  7173.             </summary>
  7174.             <param name="p_Cell"></param>
  7175.             <param name="p_CellPosition"></param>
  7176.             <param name="e">Paint arguments</param>
  7177.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7178.             <param name="p_Status"></param>
  7179.         </member>
  7180.         <member name="M:SourceGrid2.VisualModels.CheckBox.Clone(System.Boolean)">
  7181.             <summary>
  7182.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7183.             </summary>
  7184.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  7185.             <returns></returns>
  7186.         </member>
  7187.         <member name="M:SourceGrid2.VisualModels.CheckBox.ExportHTML_Element(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,SourceGrid2.IHTMLExport,System.Xml.XmlTextWriter,System.String)">
  7188.             <summary>
  7189.             Write the content of the tag specified
  7190.             </summary>
  7191.             <param name="p_Cell"></param>
  7192.             <param name="p_Position"></param>
  7193.             <param name="p_Export"></param>
  7194.             <param name="p_Writer"></param>
  7195.             <param name="p_ElementTagName"></param>
  7196.         </member>
  7197.         <member name="P:SourceGrid2.VisualModels.CheckBox.CheckBoxAlignment">
  7198.             <summary>
  7199.             Image Alignment
  7200.             </summary>
  7201.         </member>
  7202.         <member name="T:SourceGrid2.VisualModels.FlatHeader">
  7203.             <summary>
  7204.             A VisualModel for a header. Draw a down or up arrow when sorted.
  7205.             </summary>
  7206.         </member>
  7207.         <member name="F:SourceGrid2.VisualModels.FlatHeader.Default">
  7208.             <summary>
  7209.             Represents a default Header
  7210.             </summary>
  7211.         </member>
  7212.         <member name="F:SourceGrid2.VisualModels.FlatHeader.ColumnHeader">
  7213.             <summary>
  7214.             Represents a Column Header with the ability to draw an Image in the right to indicates the sort operation. You must use this model with a cell of type ICellSortableHeader.
  7215.             </summary>
  7216.         </member>
  7217.         <member name="F:SourceGrid2.VisualModels.FlatHeader.RowHeader">
  7218.             <summary>
  7219.             Represents a Row Header.
  7220.             </summary>
  7221.         </member>
  7222.         <member name="M:SourceGrid2.VisualModels.FlatHeader.#ctor">
  7223.             <summary>
  7224.             Use default setting and construct a read and write VisualProperties
  7225.             </summary>
  7226.         </member>
  7227.         <member name="M:SourceGrid2.VisualModels.FlatHeader.#ctor(System.Boolean)">
  7228.             <summary>
  7229.             Use default setting
  7230.             </summary>
  7231.             <param name="p_bReadOnly"></param>
  7232.         </member>
  7233.         <member name="M:SourceGrid2.VisualModels.FlatHeader.#ctor(SourceGrid2.VisualModels.FlatHeader,System.Boolean)">
  7234.             <summary>
  7235.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7236.             </summary>
  7237.             <param name="p_Source"></param>
  7238.             <param name="p_bReadOnly"></param>
  7239.         </member>
  7240.         <member name="M:SourceGrid2.VisualModels.FlatHeader.Measure(System.Drawing.Graphics,SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Drawing.SizeF)">
  7241.             <summary>
  7242.             Returns the minimum required size of the current cell, calculating using the current DisplayString, Image and Borders informations.
  7243.             </summary>
  7244.             <param name="p_Graphics"></param>
  7245.             <param name="p_Cell"></param>
  7246.             <param name="p_CellPosition"></param>
  7247.             <param name="maxLayoutArea">SizeF structure that specifies the maximum layout area for the text. If width or height are zero the value is set to a default maximum value.</param>
  7248.             <returns></returns>
  7249.         </member>
  7250.         <member name="M:SourceGrid2.VisualModels.FlatHeader.Clone(System.Boolean)">
  7251.             <summary>
  7252.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7253.             </summary>
  7254.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  7255.             <returns></returns>
  7256.         </member>
  7257.         <member name="M:SourceGrid2.VisualModels.FlatHeader.DrawCell_ImageAndText(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7258.             <summary>
  7259.             Draw the image and the displaystring of the specified cell.
  7260.             </summary>
  7261.             <param name="p_Cell"></param>
  7262.             <param name="p_CellPosition"></param>
  7263.             <param name="e">Paint arguments</param>
  7264.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7265.             <param name="p_Status"></param>
  7266.         </member>
  7267.         <member name="T:SourceGrid2.VisualModels.Header">
  7268.             <summary>
  7269.             Summary description for a 3D Header.
  7270.             </summary>
  7271.         </member>
  7272.         <member name="F:SourceGrid2.VisualModels.Header.Default">
  7273.             <summary>
  7274.             Represents a default Header, with a 3D border and a LightGray BackColor
  7275.             </summary>
  7276.         </member>
  7277.         <member name="F:SourceGrid2.VisualModels.Header.ColumnHeader">
  7278.             <summary>
  7279.             Represents a Column Header with the ability to draw an Image in the right to indicates the sort operation. You must use this model with a cell of type ICellSortableHeader.
  7280.             </summary>
  7281.         </member>
  7282.         <member name="F:SourceGrid2.VisualModels.Header.RowHeader">
  7283.             <summary>
  7284.             Represents a Row Header.
  7285.             </summary>
  7286.         </member>
  7287.         <member name="M:SourceGrid2.VisualModels.Header.#ctor">
  7288.             <summary>
  7289.             Use default setting and construct a read and write VisualProperties
  7290.             </summary>
  7291.         </member>
  7292.         <member name="M:SourceGrid2.VisualModels.Header.#ctor(System.Boolean)">
  7293.             <summary>
  7294.             Use default setting
  7295.             </summary>
  7296.             <param name="p_bReadOnly"></param>
  7297.         </member>
  7298.         <member name="M:SourceGrid2.VisualModels.Header.#ctor(SourceGrid2.VisualModels.Header,System.Boolean)">
  7299.             <summary>
  7300.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7301.             </summary>
  7302.             <param name="p_Source"></param>
  7303.             <param name="p_bReadOnly"></param>
  7304.         </member>
  7305.         <member name="M:SourceGrid2.VisualModels.Header.Clone(System.Boolean)">
  7306.             <summary>
  7307.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7308.             </summary>
  7309.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  7310.             <returns></returns>
  7311.         </member>
  7312.         <member name="M:SourceGrid2.VisualModels.Header.DrawCell_Border(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7313.             <summary>
  7314.             Draw the borders of the specified cell using DrawGradient3DBorder
  7315.             </summary>
  7316.             <param name="p_Cell"></param>
  7317.             <param name="p_CellPosition"></param>
  7318.             <param name="e">Paint arguments</param>
  7319.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7320.         </member>
  7321.         <member name="P:SourceGrid2.VisualModels.Header.HeaderShadowColor">
  7322.             <summary>
  7323.             Specifies the dark color of this cell for 3D effects (BorderStyle)
  7324.             </summary>
  7325.         </member>
  7326.         <member name="P:SourceGrid2.VisualModels.Header.HeaderLightColor">
  7327.             <summary>
  7328.             Specifies the light color of this cell for 3D effects (BorderStyle)
  7329.             </summary>
  7330.         </member>
  7331.         <member name="P:SourceGrid2.VisualModels.Header.HeaderLightBorderWidth">
  7332.             <summary>
  7333.             Specified the width of the border for 3D effects (BorderStyle)
  7334.             </summary>
  7335.         </member>
  7336.         <member name="P:SourceGrid2.VisualModels.Header.HeaderShadowBorderWidth">
  7337.             <summary>
  7338.             Specified the width of the border for 3D effects (BorderStyle)
  7339.             </summary>
  7340.         </member>
  7341.         <member name="T:SourceGrid2.VisualModels.MultiImages">
  7342.             <summary>
  7343.             Summary description for VisualModelCheckBox.
  7344.             </summary>
  7345.         </member>
  7346.         <member name="M:SourceGrid2.VisualModels.MultiImages.#ctor">
  7347.             <summary>
  7348.             Use default setting and construct a read and write VisualProperties
  7349.             </summary>
  7350.         </member>
  7351.         <member name="M:SourceGrid2.VisualModels.MultiImages.#ctor(System.Boolean)">
  7352.             <summary>
  7353.             Use default setting
  7354.             </summary>
  7355.             <param name="p_bReadOnly"></param>
  7356.         </member>
  7357.         <member name="M:SourceGrid2.VisualModels.MultiImages.#ctor(SourceGrid2.VisualModels.MultiImages,System.Boolean)">
  7358.             <summary>
  7359.             Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7360.             </summary>
  7361.             <param name="p_Source"></param>
  7362.             <param name="p_bReadOnly"></param>
  7363.         </member>
  7364.         <member name="M:SourceGrid2.VisualModels.MultiImages.DrawCell_ImageAndText(SourceGrid2.Cells.ICellVirtual,SourceGrid2.Position,System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
  7365.             <summary>
  7366.             Draw the image and the displaystring of the specified cell.
  7367.             </summary>
  7368.             <param name="p_Cell"></param>
  7369.             <param name="p_CellPosition"></param>
  7370.             <param name="e">Paint arguments</param>
  7371.             <param name="p_ClientRectangle">Rectangle position where draw the current cell, relative to the current view,</param>
  7372.         </member>
  7373.         <member name="M:SourceGrid2.VisualModels.MultiImages.Clone(System.Boolean)">
  7374.             <summary>
  7375.             Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
  7376.             </summary>
  7377.             <param name="p_bReadOnly">True if the new object must be read only, otherwise false.</param>
  7378.             <returns></returns>
  7379.         </member>
  7380.         <member name="P:SourceGrid2.VisualModels.MultiImages.SubImages">
  7381.             <summary>
  7382.             Images of the cells
  7383.             </summary>
  7384.         </member>
  7385.     </members>
  7386. </doc>
  7387.